dict.cc dictionary

DictForm.onKeywordGotFocus Method 

Called if the user enters keyword input box

[Visual Basic]
Private Sub onKeywordGotFocus( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
)
[C#]
private void onKeywordGotFocus(
   object sender,
   EventArgs e
);

Parameters

sender
ignored
e
ignored

Remarks

Clears the content of the control. On Windows CE activates SIP.

See Also

DictForm Class | dict Namespace | Utils.sip