Share via


FormTreeControl.userPromptText Method

Sets or retrieves the user prompt text for the control.

Syntax

public str userPromptText([str value])

Run On

Client

Parameters

  • value
    Type: str
    The value to assign as the user prompt text for the control.

Return Value

Type: str
The user prompt text for the control; an empty string if no user prompt text is assigned to the control.

See Also

FormTreeControl Class

FormTreeControl.toolTip Method