Simple constructor

Namespace: SynergyClientAPI.Waits
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Sub New( _ 
ByVal parent As IWin32Window
)
This language is not supported or no code example is available.
public UIWait( 
IWin32Window parent 
)
This language is not supported or no code example is available.
public:  
UIWait( 
IWin32Window^ parent 
)
This language is not supported or no code example is available.
public function UIWait( 
parent : IWin32Window 
);
This language is not supported or no code example is available.

Parameters

parent
Type: IWin32Window

the parent window for the UI element

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1