ArcFM Desktop Developer Guide
Dock Property


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

This property indicates the side of the parent control that the control should collapse against when the form is docked. For example, when a horizontal splitter is collapsed, it may collapse up or down.

Syntax
'Declaration
 
Public Overrides Property Dock As DockStyle
'Usage
 
Dim instance As CollapsibleSplitter
Dim value As DockStyle
 
instance.Dock = value
 
value = instance.Dock
public override DockStyle Dock {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