CompositeActivityDesigner.ExpandButtonRectangle プロパティ

定義

展開または折りたたみボタンが入っている Rectangle を取得します。

protected:
 virtual property System::Drawing::Rectangle ExpandButtonRectangle { System::Drawing::Rectangle get(); };
protected virtual System.Drawing.Rectangle ExpandButtonRectangle { get; }
member this.ExpandButtonRectangle : System.Drawing.Rectangle
Protected Overridable ReadOnly Property ExpandButtonRectangle As Rectangle

プロパティ値

Rectangle

展開または折りたたみボタンを囲む Rectangle

注釈

CompositeActivityDesigner の展開ボタンを囲む画面上の領域を示す Rectangle を返すには、ExpandButtonRectangle を使用します。 これは、CompositeActivityDesigner の展開要求または折りたたみ要求に反応するためのマウス イベントの検出に役立ちます。

適用対象