Click or drag to resize

ShellComboBoxOverlayTextBoxClicked 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: SystemObject
The sender of the event.
e
Type: SystemEventArgs
The eventArgs.
See Also