Click or drag to resize

UserInterfaceTextBoxOnKeyboardFocusChanged Method

Called when the box gains or loses keyboard focus. Read HasKeyboardFocus to find out which. The default implementation raises the KeyboardFocusChanged event.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void OnKeyboardFocusChanged(
	bool hasFocus
)

Parameters

hasFocus
Type: SystemBoolean
True when the box has just taken focus
See Also