[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt einen Wert zurück oder legt ihn fest, der angibt ob der überprüfte Befehl aktiv ist oder nicht.

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

Syntax

C#
public bool Value { get; set; }
Visual Basic
Public Property Value As Boolean
	Get
	Set
F#
member Value : bool with get, set

Field Value

true wenn der überprüfte Befehl aktiv ist, sonst false.

See Also