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