Package at.bestsolution.uia
Interface IExpandCollapseProvider
- All Superinterfaces:
IInitable
Provides access to a control that visually expands to display content, and collapses to hide content.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classcontext object for IExpandCollapseProvider. -
Method Summary
Methods inherited from interface at.bestsolution.uia.IInitable
initialize
-
Method Details
-
Expand
void Expand()Hides all child nodes, controls, or content of this element. -
Collapse
void Collapse()Displays all child nodes, controls, or content of the control. -
get_ExpandCollapseState
ExpandCollapseState get_ExpandCollapseState()Indicates the state, expanded or collapsed, of the control.- Returns:
- the expand/collapse state
-