ZoneSmartPartInfo.Dock Property
Sets the dockstyle of the control to show in the zone.
Namespace: Microsoft.Practices.CompositeUI.WinForms
Assembly: Microsoft.Practices.CompositeUI.WinForms (in microsoft.practices.compositeui.winforms.dll)
Syntax
'Declaration
<DefaultValueAttribute(Nothing)> _
<CategoryAttribute("Layout")> _
Public Property Dock As Nullable(Of DockStyle)
'Usage
Dim instance As ZoneSmartPartInfo
Dim value As Nullable(Of DockStyle)
value = instance.Dock
instance.Dock = value
[DefaultValueAttribute(null)]
[CategoryAttribute("Layout")]
public Nullable<DockStyle> Dock { get; set; }
[DefaultValueAttribute(nullptr)]
[CategoryAttribute(L"Layout")]
public:
property Nullable<DockStyle> Dock {
Nullable<DockStyle> get ();
void set (Nullable<DockStyle> value);
}
/** @property */
public Nullable<DockStyle> get_Dock ()
/** @property */
public void set_Dock (Nullable<DockStyle> value)
public function get Dock () : Nullable<DockStyle>
public function set Dock (value : Nullable<DockStyle>)
See Also
Reference
ZoneSmartPartInfo Class
ZoneSmartPartInfo Members
Microsoft.Practices.CompositeUI.WinForms Namespace