Click or drag to resize

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