ChildAppWindow.Default Method | |
Call the default windows procedure for a window and set the EventReturnValue for the object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Default(
oEvent
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual Default(
Usual oEvent = default
)
Request Example
View SourceParameters
- oEvent (Optional)
- Type: Usual
The event that occurred for the control.
Return Value
Type:
UsualNIL
See Also