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

Класс AvalonDock.DockablePaneAnchorTab

Represents a tab displayed in a border of the docking manager. Подробнее...

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

Статические открытые данные

static readonly
DependencyPropertyKey 
ReferencedContentPropertyKey
static readonly DependencyProperty AnchorProperty = AnchorPropertyKey.DependencyProperty
static readonly DependencyProperty IconProperty = IconPropertyKey.DependencyProperty
static readonly DependencyProperty TitleProperty = TitlePropertyKey.DependencyProperty

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

void SetAnchor (AnchorStyle value)
 Provides a secure method for setting the Anchor property. This dependency property indicates the achor style of referenced content that is in autohidden state.
void SetIcon (object value)
 Provides a secure method for setting the Icon property. This dependency property indicates icon of the referenced content in autohidden state.
void SetTitle (object value)
 Provides a secure method for setting the Title property. This dependency property indicates title of the content that is hosted in autohidden pane.
override void OnMouseMove (MouseEventArgs e)
 Handles the MouseMove event.
override void OnMouseLeftButtonDown (MouseButtonEventArgs e)
 Handles the MouseDown event.

Свойства

DockableContent ReferencedContent [get, set]
 Gets or sets the referenced content.
AnchorStyle Anchor [get]
 Gets the Anchor property. This dependency property indicates the achor style of referenced content that is in autohidden state.
object Icon [get]
 Gets the Icon property. This dependency property indicates icon of the referenced content in autohidden state.
object Title [get]
 Gets the Title property. This dependency property indicates title of the content that is hosted in autohidden pane.

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

Represents a tab displayed in a border of the docking manager.


Методы

override void AvalonDock.DockablePaneAnchorTab.OnMouseLeftButtonDown ( MouseButtonEventArgs  e  )  [protected]

Handles the MouseDown event.

Аргументы:
e 

Notify the docking manager that the referenced content should appears and should be activated

override void AvalonDock.DockablePaneAnchorTab.OnMouseMove ( MouseEventArgs  e  )  [protected]

Handles the MouseMove event.

Аргументы:
e 

Notify the docking manager that the referenced content should appears

void AvalonDock.DockablePaneAnchorTab.SetAnchor ( AnchorStyle  value  )  [protected]

Provides a secure method for setting the Anchor property. This dependency property indicates the achor style of referenced content that is in autohidden state.

Аргументы:
value The new value for the property.
void AvalonDock.DockablePaneAnchorTab.SetIcon ( object  value  )  [protected]

Provides a secure method for setting the Icon property. This dependency property indicates icon of the referenced content in autohidden state.

Аргументы:
value The new value for the property.
void AvalonDock.DockablePaneAnchorTab.SetTitle ( object  value  )  [protected]

Provides a secure method for setting the Title property. This dependency property indicates title of the content that is hosted in autohidden pane.

Аргументы:
value The new value for the property.

Данные класса

readonly DependencyPropertyKey AvalonDock.DockablePaneAnchorTab.ReferencedContentPropertyKey [static]
Инициализатор
            DependencyProperty.RegisterReadOnly("ReferencedContent", typeof(DockableContent), typeof(DockablePaneAnchorTab), new UIPropertyMetadata(null, new PropertyChangedCallback(OnPaneAttached)))

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

AnchorStyle AvalonDock.DockablePaneAnchorTab.Anchor [get]

Gets the Anchor property. This dependency property indicates the achor style of referenced content that is in autohidden state.

object AvalonDock.DockablePaneAnchorTab.Icon [get]

Gets the Icon property. This dependency property indicates icon of the referenced content in autohidden state.

DockableContent AvalonDock.DockablePaneAnchorTab.ReferencedContent [get, set]

Gets or sets the referenced content.

object AvalonDock.DockablePaneAnchorTab.Title [get]

Gets the Title property. This dependency property indicates title of the content that is hosted in autohidden pane.