AutoCompleteTextBoxIsUpdating Method |
Makes sure that no suggestions are gathered/diplayed.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax Public Function IsUpdating As Boolean
public:
bool IsUpdating()
member IsUpdating : unit -> bool
Return Value
Type:
BooleanTrue if the component is currently updating, false otherwise.
See Also