public static MessageBoxResult Show( string messageText, string caption, string helpContextID )
Public Overloads Shared Function Show( _ ByVal messageText As String, _ ByVal caption As String, _ ByVal helpContextID As String _ ) As MessageBoxResult
Parameters
- messageText
- The message.
- caption
- The window caption.
- helpContextID
- Help ID.
Return Value
Specifies which message box button the user clicked.