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

適用対象