Share

RibbonPanel.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.3.0.0 (25.3.0.0)

Syntax

C#

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

Reference

Was this information helpful?