Sets an ui handle. All opened user interfaces used this handle as parent. After an operation the default handle from the login scope will be used (ServiceProxyBase{TService,TCoreObject}.Login).
Syntax
C#
publicvoidSetApplicationHandle(IntPtr uiHandle);
Parameters
Parameters
Description
IntPtr uiHandle
the ui handle to be used for opened user interfaces from this class.