Свойства

Класс AvalonDock.DockablePaneCommands

Defines commands that can be applied to a dockable pane. Подробнее...

Полный список членов класса

Свойства

static RoutedUICommand Close [get]
 This command closes the DockablePane and closes all the contained DockableContents inside it.
static RoutedUICommand Hide [get]
 This command closes the DockablePane and hides all the contained DockableContents inside it.
static RoutedUICommand ToggleAutoHide [get]
 This commands auto-hides the pane with all contained DockableContents inside it.

Подробное описание

Defines commands that can be applied to a dockable pane.


Полный список свойств

RoutedUICommand AvalonDock.DockablePaneCommands.Close [static, get]

This command closes the DockablePane and closes all the contained DockableContents inside it.

RoutedUICommand AvalonDock.DockablePaneCommands.Hide [static, get]

This command closes the DockablePane and hides all the contained DockableContents inside it.

RoutedUICommand AvalonDock.DockablePaneCommands.ToggleAutoHide [static, get]

This commands auto-hides the pane with all contained DockableContents inside it.