'Declaration Public Property CanAutoHide As Boolean
'Usage Dim instance As LayoutAnchorable Dim value As Boolean instance.CanAutoHide = value value = instance.CanAutoHide
public bool CanAutoHide {get; set;}
'Declaration Public Property CanAutoHide As Boolean
'Usage Dim instance As LayoutAnchorable Dim value As Boolean instance.CanAutoHide = value value = instance.CanAutoHide
public bool CanAutoHide {get; set;}
When an anchorable is autohidden, it collapses to the side determined by which "side" property of the containing DockingManager contains the LayoutAnchorSide in which the anchorable is placed in the layout model.
See LayoutAnchorSide and LayoutAnchorGroup for details.
When this property is set to true, a "pin" glyph is displayed on the anchorable and an Auto Hide option is available in the anchorable context menu. When set to false, the pin is hidden and the Auto Hide option is greyed out.
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