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

注釈

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

適用対象