Window.TrayIconBalloonShown Method | |
Provide a method that is invoked when a tray icon balloon is shown.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD TrayIconBalloonShown(
dwID
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual TrayIconBalloonShown(
Usual dwID = default
)
Request Example
View SourceParameters
- dwID (Optional)
- Type: Usual
The ID that was associated with the tray icon balloon.
Return Value
Type:
UsualNIL
Remarks Tip |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
See Also