dict.cc dictionary

DictForm.onMenuSearchExact Method 

Handles menu item search/exact

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

Parameters

sender
ignored
e
ignored

Remarks

Starts the exact search of the keyword.

See Also

DictForm Class | dict Namespace