eDriven Framework API
SetFocus Method (component)
NamespaceseDriven.Gui.ManagersFocusManagerSetFocus(InteractiveComponent)
eDriven Framework API
Sets focus to the component Blurs previously focused component Called internaly by InteractiveComponent
Declaration Syntax
C#Visual BasicVisual C++
public void SetFocus(
	InteractiveComponent component
)
Public Sub SetFocus ( _
	component As InteractiveComponent _
)
public:
void SetFocus(
	InteractiveComponent^ component
)
Parameters
component (InteractiveComponent)
Component to focus

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