CustomEditComboBoxOverlayTextBox Property |
Provides access to the TextBox field of the control.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.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