ArcFM Solution Developer Guide
Dock Property (WorkLocationProps)


Syntax
'Declaration
 
<System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<System.ComponentModel.LocalizableAttribute(True)>
<SRCategoryAttribute("Layout")>
<System.ComponentModel.DefaultValueAttribute()>
<SRDescriptionAttribute("Defines which borders of the control are bound to the container. ")>
Public Property Dock As System.Windows.Forms.DockStyle
'Usage
 
Dim instance As WorkLocationProps
Dim value As System.Windows.Forms.DockStyle
 
instance.Dock = value
 
value = instance.Dock
[System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
[System.ComponentModel.Localizable(true)]
[SRCategory("Layout")]
[System.ComponentModel.DefaultValue()]
[SRDescription("Defines which borders of the control are bound to the container. ")]
public System.Windows.Forms.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

WorkLocationProps Class
WorkLocationProps Members

 

 


Send Comment