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



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<SRDescriptionAttribute("The role that will be reported to accessibility clients.")>
<DefaultValueAttribute()>
<SRCategoryAttribute("Accessibility")>
Public Property AccessibleRole As AccessibleRole
Visual Basic (Usage) Copy Code
Dim instance As CredentialsDialog
Dim value As AccessibleRole
 
instance.AccessibleRole = value
 
value = instance.AccessibleRole
C#  
[SRDescription("The role that will be reported to accessibility clients.")]
[DefaultValue()]
[SRCategory("Accessibility")]
public AccessibleRole AccessibleRole {get; set;}
C++/CLI  
[SRDescription("The role that will be reported to accessibility clients.")]
[DefaultValue()]
[SRCategory("Accessibility")]
public:
property AccessibleRole AccessibleRole {
   AccessibleRole get();
   void set (    AccessibleRole 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