M-Files UI Extensibility Framework
ShowMessage Method
IDashboard Interface : ShowMessage Method

String Type: The message to display. The message box contains a single OK button.

Object: Defines the message box content and buttons. See Showing Message Boxes for more details.

Description
Shows the default M-Files message box with the specified content and appearance.
Syntax
Visual Basic
Public Function ShowMessage( _
   ByVal message As Variant _
) As Long
Parameters
message

String Type: The message to display. The message box contains a single OK button.

Object: Defines the message box content and buttons. See Showing Message Boxes for more details.

Return Type
The index of the clicked button.
See Also

IDashboard Interface  | IDashboard Members