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 结合使用, ExpandButtonRectangle用于 Expanded 确定当用户单击该按钮上的 CompositeActivityDesigner展开或折叠按钮时的正确操作。

适用于