Defines commands that can be executed against a DockableContent. Подробнее...
Свойства | |
static RoutedUICommand | ShowAsDocument [get] |
Shows the DockableContent as a tabbed document. | |
static RoutedUICommand | FloatingWindow [get] |
Shows the DockableContent as a FloatingWindow which overlays the DockingManager | |
static RoutedUICommand | DockableFloatingWindow [get] |
Shows the DockableContent as a DockableFloatingWindow which overlays the DockingManager | |
static RoutedUICommand | ToggleAutoHide [get] |
Switch the state of a DockableContent from DockableContentState.AutoHidden to DockableContentState.Docked and viceversa. |
Defines commands that can be executed against a DockableContent.
RoutedUICommand AvalonDock.DockableContentCommands.DockableFloatingWindow [static, get] |
Shows the DockableContent as a DockableFloatingWindow which overlays the DockingManager
A floating window can't be redocked to the docking manager.
RoutedUICommand AvalonDock.DockableContentCommands.FloatingWindow [static, get] |
Shows the DockableContent as a FloatingWindow which overlays the DockingManager
A floating window can't be redocked to the docking manager.
RoutedUICommand AvalonDock.DockableContentCommands.ShowAsDocument [static, get] |
Shows the DockableContent as a tabbed document.
RoutedUICommand AvalonDock.DockableContentCommands.ToggleAutoHide [static, get] |
Switch the state of a DockableContent from DockableContentState.AutoHidden to DockableContentState.Docked and viceversa.
This command has the same effect as applying command DockablePaneCommands.ToggleAutoHide to container pane