Win32ToolBarButtonRectangle Property |
Gets the bounding rectangle for a toolbar button.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public Rectangle Rectangle { get; }
Public ReadOnly Property Rectangle As Rectangle
Get
public:
property Rectangle Rectangle {
Rectangle get ();
}
member Rectangle : Rectangle with get
Return Value
Type:
RectangleThe bounding
Rectangle for a toolbar button.
See Also