Xceed Toolkit Plus for WPF v4.6 Documentation
HideWindowCommand Property


Xceed.Wpf.AvalonDock Assembly > Xceed.Wpf.AvalonDock.Controls Namespace > LayoutAnchorableFloatingWindowControl Class : HideWindowCommand Property
Gets the command to execute when a floating windw is hidden.
Syntax
'Declaration
 
Public ReadOnly Property HideWindowCommand As ICommand
'Usage
 
Dim instance As LayoutAnchorableFloatingWindowControl
Dim value As ICommand
 
instance.HideWindowCommand = value
 
value = instance.HideWindowCommand
public ICommand HideWindowCommand {get;}

Property Value

An ICommand representing the command to execute when a floating windw is hidden.
Remarks
When an anchorable element is hidden, it is not removed from the layout but is instead added to the Hidden property. To show a hidden window, call the Show method.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LayoutAnchorableFloatingWindowControl Class
LayoutAnchorableFloatingWindowControl Members