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

파라미터

messageThe message text.
typeThe type of message.
wideIf true, the box will cover the whole width of the window; otherwise it will cover the controls part only.

설명

Make a help box with a message to the user.