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



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<SRCategoryAttribute("Layout")>
<DefaultValueAttribute()>
<SRDescriptionAttribute("Determines the initial visual state of the form.")>
Public Property WindowState As FormWindowState
Visual Basic (Usage) Copy Code
Dim instance As CredentialsDialog
Dim value As FormWindowState
 
instance.WindowState = value
 
value = instance.WindowState
C#  
[SRCategory("Layout")]
[DefaultValue()]
[SRDescription("Determines the initial visual state of the form.")]
public FormWindowState WindowState {get; set;}
C++/CLI  
[SRCategory("Layout")]
[DefaultValue()]
[SRDescription("Determines the initial visual state of the form.")]
public:
property FormWindowState WindowState {
   FormWindowState get();
   void set (    FormWindowState 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