Window.Default Method (Typed) | |
Call the default windows procedure for a window and set the EventReturnValue for the object.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Default(
oEvent AS Event
) AS USUAL
public virtual Usual Default(
Event oEvent
)
Request Example
View SourceParameters
- oEvent
- Type: Event
The event that occurred for the control.
Return Value
Type:
UsualNIL
See Also