ArcFM Engine Developer Guide
Collapsed Property


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