ChildWinForm.Close Method | |
Invoked just as the window is about to close.
Namespace:
XSharp
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Close(
o
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual Close(
Usual o = default
)
Request Example
View SourceParameters
- o (Optional)
- Type: Usual
Return Value
Type:
UsualRemarks Tip |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
Note that this method is automatically called when an EndDialog() or EndWindow() method is called.
See Also