RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

UiCommand..::..IsEnabled Property

Gets or sets a value indicating whether this instance is enabled.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public bool IsEnabled { get; set; }
Public Property IsEnabled As Boolean
	Get
	Set
public:
property bool^ IsEnabled {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if this instance is enabled; otherwise, false.