CompositeActivityDesigner.Expanded Vlastnost

Definice

Získá nebo nastaví hodnotu, která určuje, zda CompositeActivityDesigner je rozbalený.

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

Hodnota vlastnosti

true CompositeActivityDesigner pokud je rozbalený; jinak false.

Poznámky

V kombinaci s OnMouseDown a ExpandButtonRectangle, použít Expanded k určení správné akce, když uživatel klikne na tlačítko rozbalit nebo sbalit na tlačítko CompositeActivityDesigner.

Platí pro