ArcFM Desktop Developer Guide
ControlToHide Property


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

This property indicates the control that is hidden when the splitter is collapsed.

Syntax
'Declaration
 
<DescriptionAttribute("The System.Windows.Forms.Control that the splitter will collapse")>
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<CategoryAttribute("Collapsing Options")>
<DefaultValueAttribute()>
Public Property ControlToHide As Control
'Usage
 
Dim instance As CollapsibleSplitter
Dim value As Control
 
instance.ControlToHide = value
 
value = instance.ControlToHide
[Description("The System.Windows.Forms.Control that the splitter will collapse")]
[Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[Category("Collapsing Options")]
[DefaultValue()]
public Control ControlToHide {get; set;}

Property Value

Returns a pointer to the control that should be hidden when the splitter is collapsed
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