PromptText Property


Text Box Prompt Text Property

The prompt text for the text box.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
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 .
See Also