Message Method
Shows a message in the message panel of the main window.
Visual Basic |
---|
Public Function Message( _
ByVal message As String _
) As Integer
|
- message
- The message to display.
Available: D MD
Group:
sis.Message ("No Planning Application Selected")
Displays No Planning Application Selected in the message panel of the main window.