[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gets einen Wert der angibt ob dieser Befehl aktiv ist.

Namespace: DynamicNode.Ext.Gui
Assembly: DNExtGui (in DNExtGui.dll) Version: 1.0.4679.19833 (1.0.0.0)

Syntax

C#
public override bool Enabled { get; }
Visual Basic
Public Overrides ReadOnly Property Enabled As Boolean
	Get
F#
abstract Enabled : bool
override Enabled : bool

Field Value

true wenn der Befehl aktiv ist, sonst false.

See Also