Class UiUtil
- Namespace
- Hi.UiExtensions
- Assembly
- HiGeom.dll
The member should be initial for application begin.
public static class UiUtil
- Inheritance
-
UiUtil
- Inherited Members
Properties
BeginInvoke
Gets or sets the function for beginning asynchronous invocation of methods.
public static UiUtil.InvokeFunc BeginInvoke { get; set; }
Property Value
Invoke
Gets or sets the function for synchronous invocation of methods.
public static UiUtil.InvokeFunc Invoke { get; set; }