Свойства

Класс AvalonDock.ManagedContentCommands

Defines commands shared beteween all contents (Dockable or Documents). Подробнее...

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

Свойства

static RoutedUICommand Close [get]
 This command closes the content.
static RoutedUICommand Hide [get]
 This command hides the content.
static RoutedUICommand Show [get]
 This command shows the content.
static RoutedUICommand Activate [get]
 This command activate the commands (i.e. select it inside the conatiner pane).

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

Defines commands shared beteween all contents (Dockable or Documents).


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

RoutedUICommand AvalonDock.ManagedContentCommands.Activate [static, get]

This command activate the commands (i.e. select it inside the conatiner pane).

Activating a content means essentially putting it in evidence. For a content that is auto-hidden this command opens a flyout window containing the content.

RoutedUICommand AvalonDock.ManagedContentCommands.Close [static, get]

This command closes the content.

RoutedUICommand AvalonDock.ManagedContentCommands.Hide [static, get]

This command hides the content.

RoutedUICommand AvalonDock.ManagedContentCommands.Show [static, get]

This command shows the content.

How content is shown by default depends from the type of content. A DockableContent is shown as docked pane, instead a DocumentContent is shown as tabbed document