Click or drag to resize

CustomEditComboBox.OnOverlayResize Method

This method is called from the OverlayTextBox.Resize Event. It calls the AdjusTextBoxSize method.

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

Parameters

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