App.GetMdiClientWindow Method | |
This method gets the handle to the MDI Clientwindow on the active ShellWindow.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetMdiClientWindow() AS PTR
public virtual void* GetMdiClientWindow()
Request Example
View SourceReturn Value
Type:
Void*
The handle to the MDI Client window.
Remarks This handle gets set in the constructor of the ShellWindow.
See Also