You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,11 @@ Represents a custom options bar that will be displayed in the native Revit optio
3
3
4
4
Its main methods are: **Show()** and **Hide()**.
5
5
6
-
The OptionsBar library provides a set of predefined user-friendly controls that can be added to the options bar, such as **Button**, **LabelCheckBox**, **LabelComboBoxImage**, **LabelComboBox**, **LabelTextBox**, and **Separator**. Moreover, for users seeking further customization, the library allows the incorporation of user-defined controls. With these features, you can easily integrate a custom options bar into the Revit interface, allowing the user to access different settings without needing to open often annoying dialog boxes. Additionally, this library supports the integration of the custom options bar in conjunction with the native Revit options bar. Below, you'll find some examples of how this options bar is displayed.
6
+
The OptionsBar library provides a set of predefined user-friendly controls that can be added to the options bar, such as **ObButton**, **ObLabelCheckBox**, **ObLabelComboBoxImage**, **ObLabelComboBox**, **ObLabelTextBox**, **ObLabelTextBlock**, and **ObSeparator**. Moreover, for users seeking further customization, the library allows the incorporation of user-defined controls. With these features, you can easily integrate a custom options bar into the Revit interface, allowing the user to access different settings without needing to open often annoying dialog boxes. Additionally, this library supports the integration of the custom options bar in conjunction with the native Revit options bar. Below, you'll find some examples of how this options bar is displayed.
7
7
8
8
For more information on **OptionsBar**, please read our [Wiki](https://github.com/SpeedCAD/SCADtools.Revit.UI.OptionsBar/wiki).
9
9
10
-
## OptionsBar in Revit 2023
11
-
**Below is the integration of a custom options bar in combination with the native Revit options bar.**
0 commit comments