Открытые члены |
virtual DockingManager | GetManager () |
virtual void | Dock () |
| Dock contained contents to the container DockingManager
|
override void | OnApplyTemplate () |
virtual bool | OpenOptionsMenu (UIElement menuTarget) |
| Open the option context menu.
|
virtual void | CloseOptionsMenu () |
| Close the options context menu.
|
virtual void | Select (ManagedContent content) |
Статические открытые данные |
static readonly DependencyProperty | HasSingleItemProperty = HasSingleItemPropertyKey.DependencyProperty |
static readonly DependencyProperty | ContainsActiveContentProperty = ContainsActiveContentPropertyKey.DependencyProperty |
static readonly DependencyProperty | ShowHeaderProperty |
static readonly DependencyProperty | IsOptionsMenuOpenProperty = IsOptionsMenuOpenPropertyKey.DependencyProperty |
Защищенные члены |
virtual void | OnLoaded (object sender, RoutedEventArgs e) |
virtual void | OnUnloaded (object sender, RoutedEventArgs e) |
override void | OnSelectionChanged (SelectionChangedEventArgs e) |
override void | OnItemsChanged (System.Collections.Specialized.NotifyCollectionChangedEventArgs e) |
override void | OnVisualParentChanged (DependencyObject oldParent) |
virtual void | CheckItems (IList newItems) |
void | SetContainsActiveContent (bool value) |
| Provides a secure method for setting the ContainsActiveContent property. This dependency property indicates if this Pane contains a ManagedContent set as active content into the parent DockingManager object.
|
virtual void | OnContainsActiveContentChanged (DependencyPropertyChangedEventArgs e) |
| Provides derived classes an opportunity to handle changes to the ContainsActiveContent property.
|
void | RemoveDragPaneReferences () |
void | AddDragPaneReferences () |
virtual void | OnDragEnter (Point point) |
virtual void | OnDragOver (Point point) |
virtual void | OnDragLeave (Point point) |
virtual bool | OnDrop (Point point) |
override void | OnInitialized (EventArgs e) |
virtual void | OnExecuteCommand (object sender, ExecutedRoutedEventArgs e) |
virtual void | OnCanExecuteCommand (object sender, CanExecuteRoutedEventArgs e) |
void | FocusContent () |
| Move focus to pane content and activate it.
|
Защищенные данные |
FrameworkElement | _partHeader = null |
ContextMenu | cxOptions = null |
Свойства |
bool | HasSingleItem [get, set] |
virtual bool | IsDocked [get] |
bool | ContainsActiveContent [get] |
| Gets the ContainsActiveContent property. This dependency property indicates if this Pane contains a ManagedContent set as active content into the parent DockingManager object.
|
abstract bool | IsSurfaceVisible [get] |
virtual Rect | SurfaceRectangle [get] |
bool | ShowHeader [get, set] |
| Gest or set a value indicating if pane should show the tab header.
|
bool | IsOptionsMenuOpen [get, set] |
| Gets a value indicating if the options context menu is open.
|
События |
PropertyChangedEventHandler | PropertyChanged |