eDriven Framework API
Blur Method (component)
NamespaceseDriven.Gui.ManagersFocusManagerBlur(InteractiveComponent)
eDriven Framework API
Blurs the referenced component but only if currently in focus Use this if you really know what you are doing; else you get en exception
Declaration Syntax
C#Visual BasicVisual C++
public void Blur(
	InteractiveComponent component
)
Public Sub Blur ( _
	component As InteractiveComponent _
)
public:
void Blur(
	InteractiveComponent^ component
)
Parameters

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