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

UiCommand..::..IsFocused Property

Gets a value indicating whether this instance is focused.

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

Syntax


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

Field Value

true if this instance is focused; otherwise, false.