| IUserInterfaceShowInfo Method |
Displays an informational message to the user.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax void ShowInfo(
string topic,
string message,
string detailedMessage = null
)
Sub ShowInfo (
topic As String,
message As String,
Optional detailedMessage As String = Nothing
)
Parameters
- topic
- Type: SystemString
The topic of the message. - message
- Type: SystemString
The message. - detailedMessage (Optional)
- Type: SystemString
Additional information.
See Also