Window.TrayIconBalloonTimeOut Method (Typed) | |
Provide a method that is invoked when a tray icon balloon times out.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD TrayIconBalloonTimeOut(
dwID AS DWORD
) AS USUAL
public virtual Usual TrayIconBalloonTimeOut(
uint dwID
)
Request Example
View SourceParameters
- dwID
- Type: DWord
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