Revit 2026 API
Text |
Gets or sets a value that indicates if the Image set
in the text box should be displayed as a clickable button.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool ShowImageAsButton { get; set; }
Public Property ShowImageAsButton As Boolean Get Set
public: property bool ShowImageAsButton { bool get (); void set (bool value); }
member ShowImageAsButton : bool with get, set
Property Value
BooleanIf this property is true, the image will shown as a button inside the textbox.
Clicking this button will trigger the EnterPressed event. The default value
is false.
See Also