Window that is automatically shown when user press Ctrl+Tab combination. Подробнее...
Открытые члены | |
void | MoveToNextContent (bool moveToNextList=false) |
void | MoveToPreviousContent (bool moveToNextList=false) |
void | MoveToOtherList () |
Статические открытые данные | |
static readonly DependencyProperty | DocumentsProperty = DocumentsPropertyKey.DependencyProperty |
static readonly DependencyProperty | DockableContentsProperty = DockableContentsPropertyKey.DependencyProperty |
Защищенные члены | |
virtual void | OnSelectedContentChanged (NavigatorWindowItem oldValue, NavigatorWindowItem newValue) |
Provides derived classes an opportunity to handle changes to the SelectedContent property. | |
void | SetDocuments (CollectionView value) |
Provides a secure method for setting the Documents property. This dependency property indicates documents currently hosted by parent DockingManager. | |
void | SetDockableContents (CollectionView value) |
Provides a secure method for setting the DockableContents property. This dependency property indicates dockable contents hosted in parent DockingManager object. | |
void | RaisePropertyChanged (string propertyName) |
Свойства | |
NavigatorWindowItem | SelectedContent [get, set] |
CollectionView | Documents [get] |
Gets the Documents property. This dependency property indicates documents currently hosted by parent DockingManager. | |
CollectionView | DockableContents [get] |
Gets the DockableContents property. This dependency property indicates dockable contents hosted in parent DockingManager object. | |
События | |
PropertyChangedEventHandler | PropertyChanged |
Window that is automatically shown when user press Ctrl+Tab combination.
This window allow user to rapidly select a DockableContent object or a DocumentContent object. When selected a content is also activate with the function ManagedContent.Activate
virtual void AvalonDock.NavigatorWindow.OnSelectedContentChanged | ( | NavigatorWindowItem | oldValue, | |
NavigatorWindowItem | newValue | |||
) | [protected, virtual] |
Provides derived classes an opportunity to handle changes to the SelectedContent property.
void AvalonDock.NavigatorWindow.SetDockableContents | ( | CollectionView | value | ) | [protected] |
Provides a secure method for setting the DockableContents property. This dependency property indicates dockable contents hosted in parent DockingManager object.
value | The new value for the property. |
void AvalonDock.NavigatorWindow.SetDocuments | ( | CollectionView | value | ) | [protected] |
Provides a secure method for setting the Documents property. This dependency property indicates documents currently hosted by parent DockingManager.
value | The new value for the property. |
CollectionView AvalonDock.NavigatorWindow.DockableContents [get] |
Gets the DockableContents property. This dependency property indicates dockable contents hosted in parent DockingManager object.
CollectionView AvalonDock.NavigatorWindow.Documents [get] |
Gets the Documents property. This dependency property indicates documents currently hosted by parent DockingManager.