Enabled Property


Ribbon Panel Enabled Property

Gets or sets a value indicating whether the RibbonPanel can respond to user interaction.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool Enabled { get; set; }

Property Value

Boolean
True if the panel allows interaction, false if the panel disallows interaction with all the controls it contains.
See Also