M-Files API 23.11.13135.0
ShowBalloonTip Method
MFilesClientApplication Object : ShowBalloonTip Method
The ToolTip message.
The ToolTip title.
The timeout value, in seconds, for a balloon ToolTip. The system enforces minimum and maximum timeout values (10...30 seconds).
If this parameter is True, a previous balloon ToolTip must be closed before showing a new one.
Description
Displays a tooltip message over M-Files status icon.
Syntax
Visual Basic
Public Sub ShowBalloonTip( _
   ByVal Msg As String, _
   ByVal Title As String, _
   Optional ByVal Timeout As UInt = 20, _
   Optional ByVal InfoFlags As ULong = 0, _
   Optional ByVal RemovePrevious As Boolean = True _
) 
Parameters
Msg
The ToolTip message.
Title
The ToolTip title.
Timeout
The timeout value, in seconds, for a balloon ToolTip. The system enforces minimum and maximum timeout values (10...30 seconds).
InfoFlags
RemovePrevious
If this parameter is True, a previous balloon ToolTip must be closed before showing a new one.
See Also

MFilesClientApplication Object  | MFilesClientApplication Members