VOTrayIcon.ShowBalloonTip Method (Long, String, String, Long) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ShowBalloonTip(
nTimeOut AS LONG,
cTitle AS STRING,
cText AS STRING,
nIcon AS LONG
) AS VOID
public virtual void ShowBalloonTip(
int nTimeOut,
string cTitle,
string cText,
int nIcon
)
Request Example
View SourceParameters
- nTimeOut
- Type: Long
- cTitle
- Type: String
- cText
- Type: String
- nIcon
- Type: Long
See Also