NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AccessibleObject.Bounds

Gets the bounds of the accessible object, in screen coordinates.

[Visual Basic]
Overridable Public ReadOnly Property Bounds As Rectangle
[C#]
public Rectangle Bounds {virtual get;}
[C++]
public: __property virtual Rectangle get_Bounds();
[JScript]
public function get Bounds() : Rectangle;

Property Value

The bounds of the accessible object, in screen coordinates.

See Also

AccessibleObject Class | AccessibleObject Members | System.WinForms Namespace | DefaultAction | Description | Help | KeyboardShortcut | Name | Parent | Role | State | Value