AutoCompleteTextBoxPopup Property |
Gets or sets the popup.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax protected Popup Popup { get; set; }
Protected Property Popup As Popup
Get
Set
protected:
property Popup^ Popup {
Popup^ get ();
void set (Popup^ value);
}
member Popup : Popup with get, set
Property Value
Type:
PopupThe popup.
See Also