CustomEditComboBoxOverlayTextBox Property |
Provides access to the TextBox field of the control.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected TextBox OverlayTextBox { get; }Protected ReadOnly Property OverlayTextBox As TextBox
Get
protected:
property TextBox^ OverlayTextBox {
TextBox^ get ();
}member OverlayTextBox : TextBox with get
Property Value
TextBox
See Also