Class LayoutAnchorableItem
Provides a WPF framework-level set of properties, events, and methods for Windows Presentation Foundation (WPF) elements. This class represents the provided WPF framework-level implementation that is built on the WPF core-level APIs that are defined by UIElement.
public class LayoutAnchorableItem : LayoutItem, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
LayoutAnchorableItem
- Implements
- Inherited Members
- Extension Methods
Fields
AutoHideCommandProperty
AutoHideCommand dependency property.
public static readonly DependencyProperty AutoHideCommandProperty
Field Value
CanHideProperty
CanHide dependency property.
public static readonly DependencyProperty CanHideProperty
Field Value
CanMoveProperty
CanMove dependency property.
public static readonly DependencyProperty CanMoveProperty
Field Value
DockCommandProperty
DockCommand dependency property.
public static readonly DependencyProperty DockCommandProperty
Field Value
HideCommandProperty
HideCommand dependency property.
public static readonly DependencyProperty HideCommandProperty
Field Value
Properties
AutoHideCommand
Gets/sets the command to execute when user click the auto hide button.
[Bindable(true)]
public ICommand AutoHideCommand { get; set; }
Property Value
Remarks
By default this command toggles auto hide state for an anchorable.
CanHide
Gets/sets wether the user can hide the anchorable item.
[Bindable(true)]
public bool CanHide { get; set; }
Property Value
CanMove
Gets/sets wether the user can hide the anchorable item.
[Bindable(true)]
public bool CanMove { get; set; }
Property Value
DockCommand
Gets/sets the command to execute when user click the Dock button.
[Bindable(true)]
public ICommand DockCommand { get; set; }
Property Value
Remarks
By default this command moves the anchorable inside the container pane which previously hosted the object.
HideCommand
Gets/sets the the command to execute when an anchorable is hidden.
[Bindable(true)]
public ICommand HideCommand { get; set; }
Property Value
Methods
CanExecuteDockAsDocumentCommand()
protected override bool CanExecuteDockAsDocumentCommand()
Returns
ClearDefaultBindings()
protected override void ClearDefaultBindings()
Close()
protected override void Close()
InitDefaultCommands()
protected override void InitDefaultCommands()
OnAutoHideCommandChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the AutoHideCommand property.
protected virtual void OnAutoHideCommandChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnCanHideChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the CanHide property.
protected virtual void OnCanHideChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnCanMoveChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the CanMove property.
protected virtual void OnCanMoveChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnDockCommandChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the DockCommand property.
protected virtual void OnDockCommandChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnHideCommandChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the HideCommand property.
protected virtual void OnHideCommandChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnVisibilityChanged()
protected override void OnVisibilityChanged()
SetDefaultBindings()
protected override void SetDefaultBindings()