ToolStrip.GripRectangle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 ToolStrip 移动手柄的边界。
public:
property System::Drawing::Rectangle GripRectangle { System::Drawing::Rectangle get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Rectangle GripRectangle { get; }
[<System.ComponentModel.Browsable(false)>]
member this.GripRectangle : System.Drawing.Rectangle
Public ReadOnly Property GripRectangle As Rectangle
属性值
一个 Rectangle 类型的对象,表示移动手柄边界。 如果边界不可见,则 GripRectangle 属性将返回 Empty。
- 属性
注解
GripRectangle使用 属性获取绘制、命中测试等的边界。