Открытые члены | Защищенные члены | Свойства

Класс AvalonDock.FlyoutPaneWindow

Implements a flyout window. Подробнее...

Граф наследования:AvalonDock.FlyoutPaneWindow:
AvalonDock.AvalonDockWindow

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

Открытые члены

 FlyoutPaneWindow (DockingManager manager, DockableContent content)
override void OnApplyTemplate ()

Защищенные члены

override void OnClosed (EventArgs e)
 Handles the closed event.
override void OnInitialized (EventArgs e)
 Initialize the window.
override void OnActivated (EventArgs e)

Свойства

AnchorStyle Anchor [get]
 Anchor of the flyout window.
bool IsResizing [get, set]
 Gets a value indicating if user is resizer the window.
bool IsClosing [get, set]
 Gets a value indicating if the flyout window is closing.
bool IsOpening [get, set]
 Gets a flag indicating if flyout window is opening.

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

Implements a flyout window.

The flyout window is showed when user activate a ManagedContent that is in the AutoHide state. The flyout window appears from a border of the parent docking manager according to the property Anchor. It contains the selected content under the property ReferencedPane. When user move focus to an other object outside this window, it automaticcaly is closed.


Методы

override void AvalonDock.FlyoutPaneWindow.OnClosed ( EventArgs  e  )  [protected]

Handles the closed event.

Аргументы:
e 
override void AvalonDock.FlyoutPaneWindow.OnInitialized ( EventArgs  e  )  [protected]

Initialize the window.

Аргументы:
e 

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

AnchorStyle AvalonDock.FlyoutPaneWindow.Anchor [get]

Anchor of the flyout window.

bool AvalonDock.FlyoutPaneWindow.IsClosing [get, set]

Gets a value indicating if the flyout window is closing.

bool AvalonDock.FlyoutPaneWindow.IsOpening [get, set]

Gets a flag indicating if flyout window is opening.

bool AvalonDock.FlyoutPaneWindow.IsResizing [get, set]

Gets a value indicating if user is resizer the window.