FormBuildActionPaneControl.helpText Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
helpText() |
Gets or sets the help text to display at the bottom of the screen when a field or control is pointed to. |
helpText(String) |
helpText()
Gets or sets the help text to display at the bottom of the screen when a field or control is pointed to.
public:
override System::String ^ helpText();
public override string helpText ();
override this.helpText : unit -> string
Public Overrides Function helpText () As String
Returns
The string to be displayed at the bottom of the screen.
Remarks
Set the HelpText property for an object by using the property dialog box. The help text must not exceed 250 characters.