ToolStripPanelRow.Bounds 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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 属性获取非客户端元素和客户端元素。