共用方式為


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

備註

您可以使用 ExpandButtonRectangle 傳回 Rectangle,後者會描述包圍 CompositeActivityDesigner 上展開按鈕的螢幕區域。 這在偵測滑鼠事件以回應展開或摺疊 CompositeActivityDesigner 的要求時很有幫助。

適用於