Полный список членов класса
Открытые члены |
void | Close () |
DocumentPane | CreateNewHorizontalTabGroup () |
DocumentPane | CreateNewVerticalTabGroup () |
override void | OnApplyTemplate () |
override bool | OpenOptionsMenu (UIElement menuTarget) |
| Open the option context menu.
|
Статические открытые данные |
static readonly DependencyProperty | ContainsActiveDocumentProperty = ContainsActiveDocumentPropertyKey.DependencyProperty |
Защищенные члены |
void | SetContainsActiveDocument (bool value) |
| Provides a secure method for setting the ContainsActiveDocument property. This dependency property indicates if this pane contains a DocumentPane that has ManagedContent.IsActiveDocument property set to true.
|
virtual void | OnContainsActiveDocumentChanged (DependencyPropertyChangedEventArgs e) |
| Provides derived classes an opportunity to handle changes to the ContainsActiveDocument property.
|
override void | OnInitialized (EventArgs e) |
override void | OnExecuteCommand (object sender, ExecutedRoutedEventArgs e) |
override void | OnCanExecuteCommand (object sender, CanExecuteRoutedEventArgs e) |
override void | OnMouseDown (MouseButtonEventArgs e) |
override void | OnItemsChanged (System.Collections.Specialized.NotifyCollectionChangedEventArgs e) |
override void | OnSelectionChanged (SelectionChangedEventArgs e) |
Свойства |
bool | IsMainDocumentPane [get] |
| Returns a value indicating if this pane is the main document pane.
|
bool | ContainsActiveDocument [get] |
| Gets the ContainsActiveDocument property. This dependency property indicates if this pane contains a DocumentPane that has ManagedContent.IsActiveDocument property set to true.
|
override bool | IsSurfaceVisible [get] |
override Rect | SurfaceRectangle [get] |
Методы
virtual void AvalonDock.DocumentPane.OnContainsActiveDocumentChanged |
( |
DependencyPropertyChangedEventArgs |
e |
) |
[protected, virtual] |
Provides derived classes an opportunity to handle changes to the ContainsActiveDocument property.
override bool AvalonDock.DocumentPane.OpenOptionsMenu |
( |
UIElement |
menuTarget |
) |
[virtual] |
Open the option context menu.
- Аргументы:
-
| menuTarget | Target element under which context menu will be shown. Pass null if context menu should be shown at mouse position. |
- Возвращает:
- True if context menu resource was found and open, false otherwise.
Переопределяет метод предка AvalonDock.Pane.
void AvalonDock.DocumentPane.SetContainsActiveDocument |
( |
bool |
value |
) |
[protected] |
Provides a secure method for setting the ContainsActiveDocument property. This dependency property indicates if this pane contains a DocumentPane that has ManagedContent.IsActiveDocument property set to true.
- Аргументы:
-
| value | The new value for the property. |
Полный список свойств
bool AvalonDock.DocumentPane.ContainsActiveDocument [get] |
bool AvalonDock.DocumentPane.IsMainDocumentPane [get] |
Returns a value indicating if this pane is the main document pane.
The main document pane is the default pane that remains always visible.