Intersoft ClientUI Documentation
CollapseAction Enumeration



Specifies values that determines the collapse action of an expandable/collapsible control.
Syntax
Public Enum CollapseAction 
   Inherits System.Enum
Dim instance As CollapseAction
public enum CollapseAction : System.Enum 
public enum class CollapseAction : public System.Enum 
Members
MemberDescription
CollapseContent The content should be hidden when the control is collapsed.
KeepContentVisible The content should remain visible when the control is collapsed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Aqua.CollapseAction

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

Intersoft.Client.UI.Aqua Namespace

Send Feedback