AppWindow.EndWindow Method (Logic) | |
Remove this application window from view (passing control back to the routine which created the application window).
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EndWindow(
lSendMsg AS LOGIC
) AS USUAL
public virtual Usual EndWindow(
bool lSendMsg
)
Request Example
View SourceParameters
- lSendMsg
- Type: Logic
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