Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

static function HelpBox(message: string, type: MessageType): void;
static void HelpBox(string message, MessageType type);
static def HelpBox(message as string, type as MessageType) as void
static function HelpBox(message: string, type: MessageType, wide: bool): void;
static void HelpBox(string message, MessageType type, bool wide);
static def HelpBox(message as string, type as MessageType, wide as bool) as void

Parameters

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.

Description

Make a help box with a message to the user.