Click or drag to resize

Window.TrayIconBalloonTimeOut Method

X#
Provide a method that is invoked when a tray icon balloon times out.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD TrayIconBalloonTimeOut(
	dwID
) AS USUAL CLIPPER
Request Example View Source

Parameters

dwID (Optional)
Type: Usual
The ID that was associated with the tray icon balloon.

Return Value

Type: Usual
NIL
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
See Also