Intersoft ClientUI Documentation
ExpandCollapseMode Property



Gets or sets a value that determine the expand collapse mode.
Syntax
<CategoryAttribute("Common Properties")>
Public Property ExpandCollapseMode As ExpandCollapseMode
Dim instance As ExpandableGroupBox
Dim value As ExpandCollapseMode
 
instance.ExpandCollapseMode = value
 
value = instance.ExpandCollapseMode
[CategoryAttribute("Common Properties")]
public ExpandCollapseMode ExpandCollapseMode {get; set;}
[CategoryAttribute("Common Properties")]
public:
property ExpandCollapseMode ExpandCollapseMode {
   ExpandCollapseMode get();
   void set (    ExpandCollapseMode value);
}
Requirements

Target Platforms: 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

See Also

Reference

ExpandableGroupBox Class
ExpandableGroupBox Members

Send Feedback