Click or drag to resize

AppWindow.Default Method (Typed)

X#
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
Request Example View Source

Parameters

oEvent
Type: Event
The event that occurred for the control.

Return Value

Type: Usual
NIL
See Also