DockItemIF.getCanClose

If this dock item can be closed by the user, this virtual function should be implemented by the panel and return %TRUE.

interface DockItemIF
bool
getCanClose
(
)

Return Value

Type: bool

%TRUE if the dock item can be closed by the user, otherwise %FALSE.

Meta