WorkflowElementDialog.EnableMinimizeButton 属性

定义

获取或设置一个布尔值,该值确定是否启用最小化按钮。

public:
 property bool EnableMinimizeButton { bool get(); void set(bool value); };
public bool EnableMinimizeButton { get; set; }
member this.EnableMinimizeButton : bool with get, set
Public Property EnableMinimizeButton As Boolean

属性值

如果启用最小化按钮,则为 true;否则为 false

适用于