CustomEditComboBoxOverlayTextBox Property |
Provides access to the TextBox field of the control.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax protected TextBox OverlayTextBox { get; }
Protected ReadOnly Property OverlayTextBox As TextBox
Get
protected:
property TextBox^ OverlayTextBox {
TextBox^ get ();
}
member OverlayTextBox : TextBox with get
Property Value
Type:
TextBoxSee Also