Share

TextBox.PromptText Property

The prompt text for the text box.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public string PromptText { get; set; }

Property Value

String

Remarks

Prompt text is displayed when the text box is empty and does not have keyboard focus. This text is displayed in italics. The default value is null.

See Also

Reference

Was this information helpful?