Version: 5.6
public static void HelpBox (string message, MessageType type);
public static void HelpBox (string message, MessageType type, bool wide);

Parámetros

message El texto del mensaje.
type The type of message.
wide If true, the box will cover the whole width of the window; otherwise it will cover the controls part only.

Descripción

Make a help box with a message to the user.