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



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<SRDescriptionAttribute("Indicates the appearance and behavior of the border and title bar of the form.")>
<DefaultValueAttribute()>
<DispIdAttribute(-504)>
<SRCategoryAttribute("Appearance")>
Public Property FormBorderStyle As FormBorderStyle
Visual Basic (Usage) Copy Code
Dim instance As CredentialsDialog
Dim value As FormBorderStyle
 
instance.FormBorderStyle = value
 
value = instance.FormBorderStyle
C#  
[SRDescription("Indicates the appearance and behavior of the border and title bar of the form.")]
[DefaultValue()]
[DispId(-504)]
[SRCategory("Appearance")]
public FormBorderStyle FormBorderStyle {get; set;}
C++/CLI  
[SRDescription("Indicates the appearance and behavior of the border and title bar of the form.")]
[DefaultValue()]
[DispId(-504)]
[SRCategory("Appearance")]
public:
property FormBorderStyle FormBorderStyle {
   FormBorderStyle get();
   void set (    FormBorderStyle 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