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

適用対象