Click or drag to resize

ShellComboBox.OverlayTextBoxClicked Method

If the OverlayTextBox is clicked, it's text is selected.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected void OverlayTextBoxClicked(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: System.Object
The sender of the event.
e
Type: System.EventArgs
The eventArgs.
See Also