CompositeActivityDesigner.Expanded 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定一個值,指示是否 CompositeActivityDesigner 展開。
public:
virtual property bool Expanded { bool get(); void set(bool value); };
public virtual bool Expanded { get; set; }
member this.Expanded : bool with get, set
Public Overridable Property Expanded As Boolean
屬性值
true 若 展開 CompositeActivityDesigner ;否則 false。
備註
結合 OnMouseDown 和 ,用Expanded來判斷使用者點擊展開或摺疊按鈕CompositeActivityDesigner時ExpandButtonRectangle的正確動作。