eDriven Framework API
MouseFocusEnabled Property
NamespaceseDriven.Gui.ComponentsInteractiveComponentMouseFocusEnabled
eDriven Framework API
Whether the component can receive focus when clicked on
Declaration Syntax
C#Visual BasicVisual C++
public bool MouseFocusEnabled { get; set; }
Public Property MouseFocusEnabled As Boolean
	Get
	Set
public:
virtual property bool MouseFocusEnabled {
	bool get () sealed;
	void set (bool value) sealed;
}

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