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



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<BrowsableAttribute(False)>
Public ReadOnly Property PreferredSize As Size
Visual Basic (Usage) Copy Code
Dim instance As CredentialsDialog
Dim value As Size
 
value = instance.PreferredSize
C#  
[Browsable(false)]
public Size PreferredSize {get;}
C++/CLI  
[Browsable(false)]
public:
property Size PreferredSize {
   Size get();
}

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