ArcFM Solution Developer Guide
ControlToHide Property


The System.Windows.Forms.Control that the splitter will collapse
Syntax
'Declaration
 
<System.ComponentModel.BindableAttribute(True)>
<System.ComponentModel.CategoryAttribute("Collapsing Options")>
<System.ComponentModel.DefaultValueAttribute("")>
<System.ComponentModel.DescriptionAttribute("The System.Windows.Forms.Control that the splitter will collapse")>
Public Property ControlToHide As System.Windows.Forms.Control
'Usage
 
Dim instance As CollapsibleSplitter
Dim value As System.Windows.Forms.Control
 
instance.ControlToHide = value
 
value = instance.ControlToHide
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Collapsing Options")]
[System.ComponentModel.DefaultValue("")]
[System.ComponentModel.Description("The System.Windows.Forms.Control that the splitter will collapse")]
public System.Windows.Forms.Control ControlToHide {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