ICollapsible.IsCollapsed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether this outlining region is collapsed.
public:
property bool IsCollapsed { bool get(); };
public:
property bool IsCollapsed { bool get(); };
public bool IsCollapsed { get; }
member this.IsCollapsed : bool
Public ReadOnly Property IsCollapsed As Boolean
Property Value
true if this outlining region is collapsed, otherwise false.