Method ShowHelpTextThisFrame
ShowHelpTextThisFrame(String)
Displays a help message in the top corner of the screen this frame. Beeping sound will be played.
Declaration
public static void ShowHelpTextThisFrame(string helpText)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | helpText | The text to display. |
ShowHelpTextThisFrame(String, Boolean)
Displays a help message in the top corner of the screen this frame. Specify whether beeping sound plays.
Declaration
public static void ShowHelpTextThisFrame(string helpText, bool beep)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | helpText | The text to display. |
| System.Boolean | beep | Whether to play beeping sound |