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!

ToolBarButton.Rectangle

If we are parented and the parent is shown, then this returns the rectangle that this button is currently inhabiting.

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

See Also

ToolBarButton Class | ToolBarButton Members | System.WinForms Namespace