Click or drag to resize

LookupListHandlerE, SQueryAndUpdateLookupListContent Method

Call this to immediately update the lookuplist.

Namespace: CTExtensions.ExportCore.EXTs
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public virtual void QueryAndUpdateLookupListContent(
	ICTLookupList list,
	bool bAllowDialogs = false,
	long lhWnd = 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