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使用 屬性來取得繪製、點擊測試等的界限。