App.SetMdiClientWindow Method | |
This method sets the handle to the MDI Clientwindow on the active ShellWindow.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetMdiClientWindow(
hNewMdiClientWnd
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetMdiClientWindow(
Usual hNewMdiClientWnd = default
)
Request Example
View SourceParameters
- hNewMdiClientWnd (Optional)
- Type: Usual
The handle for the MDI Clientwindow.
Return Value
Type:
UsualNIL
Remarks This handle gets set in the constructor of the ShellWindow.
See Also