AccEventArgs.AccLocation Property
Gets the accessibility object location.
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 Rectangle
value = instance.AccLocation
Syntax
'Declaration
Public ReadOnly Property AccLocation As Rectangle
public Rectangle AccLocation { get; }
public:
property Rectangle AccLocation {
Rectangle get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public Rectangle get_AccLocation ()
DebuggerStepThroughAttribute
public function get AccLocation () : Rectangle
Property Value
Returns Rectangle.
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.