ToolStrip.GripRectangle プロパティ

定義

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 使用して、描画、ヒット テストなどの境界を取得します。

適用対象