eDriven Framework API
FocusEnabled Property
NamespaceseDriven.Gui.ComponentsInteractiveComponentFocusEnabled
eDriven Framework API
Is the component is set to focus via FocusManager Handled by Component in click processing if ProcessClicks is true
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool FocusEnabled { get; set; }
Public Overridable Property FocusEnabled As Boolean
	Get
	Set
public:
virtual property bool FocusEnabled {
	bool get ();
	void set (bool value);
}

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)