IExpandCollapseProvider.ExpandCollapseState Property

Definition

Gets the state (expanded or collapsed) of the control.

public:
 property ExpandCollapseState ExpandCollapseState { ExpandCollapseState get(); };
ExpandCollapseState ExpandCollapseState();
public ExpandCollapseState ExpandCollapseState { get; }
var expandCollapseState = iExpandCollapseProvider.expandCollapseState;
Public ReadOnly Property ExpandCollapseState As ExpandCollapseState

Property Value

The state (expanded or collapsed) of the control.

Applies to