AccEventArgs.AccExplorerLabel Property
Gets the accessibility object explorer label.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As AccEventArgs
Dim value As String
value = instance.AccExplorerLabel
Syntax
'Declaration
Public ReadOnly Property AccExplorerLabel As String
public string AccExplorerLabel { get; }
public:
property String^ AccExplorerLabel {
String^ get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_AccExplorerLabel ()
DebuggerStepThroughAttribute
public function get AccExplorerLabel () : String
Property Value
Type: String
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
AccEventArgs Class
AccEventArgs Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.