ToolStripPanelRow.Bounds 属性

定义

获取 ToolStripPanelRow 的大小和位置(以像素为单位),包括其相对于父控件的非客户端元素。

public:
 property System::Drawing::Rectangle Bounds { System::Drawing::Rectangle get(); };
public System.Drawing.Rectangle Bounds { get; }
member this.Bounds : System.Drawing.Rectangle
Public ReadOnly Property Bounds As Rectangle

属性值

表示大小和位置的 Rectangle

注解

DisplayRectangle虽然 属性仅获取控件的客户端元素,但 Bounds 属性获取非客户端元素和客户端元素。

适用于