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



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<SRDescriptionAttribute("The region, or shape, of this control.")>
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRCategoryAttribute("Layout")>
Public Property Region As Region
Visual Basic (Usage) Copy Code
Dim instance As CredentialsDialog
Dim value As Region
 
instance.Region = value
 
value = instance.Region
C#  
[SRDescription("The region, or shape, of this control.")]
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRCategory("Layout")]
public Region Region {get; set;}
C++/CLI  
[SRDescription("The region, or shape, of this control.")]
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRCategory("Layout")]
public:
property Region^ Region {
   Region^ get();
   void set (    Region^ 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