UndoEngine.Enabled プロパティ

定義

UndoEngine を有効または無効にします。

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

プロパティ値

UndoEngine が有効な場合は true、それ以外の場合は false です。

適用対象