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