Dock Property
See Also 
SourceCode.Workflow.WizardFramework.Authentication Namespace > CredentialsDialog Class : Dock Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<DefaultValueAttribute()>
<LocalizableAttribute(True)>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<SRCategoryAttribute("Layout")>
<SRDescriptionAttribute("Defines which borders of the control are bound to the container. ")>
Public Overridable Property Dock As DockStyle
Visual Basic (Usage) Copy Code
Dim instance As CredentialsDialog
Dim value As DockStyle
 
instance.Dock = value
 
value = instance.Dock
C#  
[DefaultValue()]
[Localizable(true)]
[RefreshProperties(RefreshProperties.Repaint)]
[SRCategory("Layout")]
[SRDescription("Defines which borders of the control are bound to the container. ")]
public virtual DockStyle Dock {get; set;}
C++/CLI  
[DefaultValue()]
[Localizable(true)]
[RefreshProperties(RefreshProperties.Repaint)]
[SRCategory("Layout")]
[SRDescription("Defines which borders of the control are bound to the container. ")]
public:
virtual property DockStyle Dock {
   DockStyle get();
   void set (    DockStyle value);
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also