WorkflowElementDialog.EnableMaximizeButton 属性

定义

获取或设置一个布尔值,该值确定是否启用最大化按钮。Gets or sets a Boolean value that determines whether the maximize button is enabled.

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

属性值

Boolean

如果启用最大化按钮,则为 true;否则为 falsetrue if the maximize button is enabled; otherwise, false.

适用于