'Declaration <XmlIgnoreAttribute()> Public ReadOnly Property IsHidden As Boolean
'Usage Dim instance As LayoutAnchorable Dim value As Boolean value = instance.IsHidden
'Declaration <XmlIgnoreAttribute()> Public ReadOnly Property IsHidden As Boolean
'Usage Dim instance As LayoutAnchorable Dim value As Boolean value = instance.IsHidden
When an anchorable is hidden, its IsVisible property is changed to false and IsHidden is set to true. As a result, it is not displayed at all (not autohidden, i.e., collapsed to one side of the docking manager). However, it is not removed from the layout. Handle the Hiding event to cancel the Hide operation if necessary.
When an anchorable is closed, it is entirely removed from the layout.
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