CompositeActivityDesigner.ExpandButtonRectangle プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
展開ボタンまたは折りたたみボタンを含む 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を展開または折りたたむ要求に反応するマウス イベントを検出するのに役立ちます。