AutoCompleteTextBoxLoadingContent Property |
Gets or sets content that is displayed during loading of the autosuggestion list.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public Object LoadingContent { get; set; }
Public Property LoadingContent As Object
Get
Set
public:
property Object^ LoadingContent {
Object^ get ();
void set (Object^ value);
}
member LoadingContent : Object with get, set
Property Value
Type:
ObjectThe content during loading.
See Also