CompositeActivityDesigner.Expanded 屬性

定義

取得或設定一個值,指示是否 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來判斷使用者點擊展開或摺疊按鈕CompositeActivityDesignerExpandButtonRectangle的正確動作。

適用於