| Revit 2017 API |
| TextBox..::..Value Property |
| TextBox Class See Also |
The object that supplies the text value.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 17.0.0.0 (17.0.484.0)
Since: 2011
Syntax
Remarks
The value assigned to the TextBox can be a String or any other data type.
If the type is not a String the TextBox will display the return of the ToString() method.
When the text is edited in the UI, the type of Value will always be String.