 | LookupListHandlerE, SQueryAndUpdateLookupListContent Method |
Call this to immediately update the lookuplist.
Namespace: CTExtensions.ExportCore.EXTsAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic virtual void QueryAndUpdateLookupListContent(
ICTLookupList list,
bool bAllowDialogs = false,
long lhWnd = 0
)
Public Overridable Sub QueryAndUpdateLookupListContent (
list As ICTLookupList,
Optional bAllowDialogs As Boolean = false,
Optional lhWnd As Long = 0
)
Parameters
- list ICTLookupList
- LookupList to update. It must be owned.
- bAllowDialogs Boolean (Optional)
- True to allow using dialogs, false to do everything silently.
- lhWnd Int64 (Optional)
- Window handle if there's a parent dialog. Can be zero. Should not be used for anything if bAllowDialogs is false.
See Also