Miner.Controls Assembly > Miner.Controls Namespace > CollapsibleSplitter Class : ControlToHide Property |
This property indicates the control that is hidden when the splitter is collapsed.
'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;}
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.