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的請求非常有用。

適用於