ArcFM Solution Developer Guide
Collapsed Property


The current state of the splitter collapsed or expanded.
Syntax
'Declaration
 
<System.ComponentModel.BindableAttribute(True)>
<System.ComponentModel.CategoryAttribute("Collapsing Options")>
<System.ComponentModel.DefaultValueAttribute("")>
<System.ComponentModel.DescriptionAttribute("The current state of the splitter collapsed or expanded.")>
Public Property Collapsed As System.Boolean
'Usage
 
Dim instance As CollapsibleSplitter
Dim value As System.Boolean
 
instance.Collapsed = value
 
value = instance.Collapsed
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Collapsing Options")]
[System.ComponentModel.DefaultValue("")]
[System.ComponentModel.Description("The current state of the splitter collapsed or expanded.")]
public System.bool Collapsed {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CollapsibleSplitter Class
CollapsibleSplitter Members

 

 


Send Comment