AppWindow.EndWindow Method | |
Remove this application window from view (passing control back to the routine which created the application window).
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EndWindow(
lSendMsg
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EndWindow(
Usual lSendMsg = default
)
Request Example
View SourceParameters
- lSendMsg (Optional)
- Type: Usual
A logical value that indicates if the class should use the SendMessage() function to close the window
(which works immediately) or the PostMessage() function (which adds the message at the message event queue)
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also