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