SetParent(ParentType,IntPtr) Method
Sets the parent window for a form that is about to be displayed
Syntax
public void SetParent(
WindowSettings.ParentType alg,
System.IntPtr parent
)Public Overloads Sub SetParent( _
ByVal alg As WindowSettings.ParentType, _
ByVal parent As System.IntPtr _
) Parameters
| Name | Description |
|---|---|
| alg | Determines how the parent window will be chosen |
| parent | if alg is UseSpecificWindow, then this is the window that should be used as the parent |