ArcFM Engine Developer Guide
Collapsed Property


This property sets or gets a boolean value that indicates whether the splitter is collapsed.
Syntax
'Declaration
 
<DescriptionAttribute("The current state of the splitter collapsed or expanded.")>
<CategoryAttribute("Collapsing Options")>
<DefaultValueAttribute()>
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
Public Property Collapsed As Boolean
'Usage
 
Dim instance As CollapsibleSplitter
Dim value As Boolean
 
instance.Collapsed = value
 
value = instance.Collapsed
[Description("The current state of the splitter collapsed or expanded.")]
[Category("Collapsing Options")]
[DefaultValue()]
[Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
public 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