WorkflowElementDialog.EnableMaximizeButton 属性

定义

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

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

属性值

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

适用于