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.