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