Skip to content

Commit 8412782

Browse files
authored
Update README.md
1 parent 28386a1 commit 8412782

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,11 @@ Represents a custom options bar that will be displayed in the native Revit optio
33

44
Its main methods are: **Show()** and **Hide()**.
55

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.
77

88
For more information on **OptionsBar**, please read our [Wiki](https://github.com/SpeedCAD/SCADtools.Revit.UI.OptionsBar/wiki).
99

10-
## OptionsBar in Revit 2023
11-
**Below is the integration of a custom options bar in combination with the native Revit options bar.**
12-
13-
![OptionsBarCombined](./rvt2023/optionsbarcombined.gif)
14-
15-
**Below is the integration of a custom options bar to modify an element.**
16-
17-
![OptionsBarSingle](./rvt2023/optionsbarsingle.gif)
18-
19-
## OptionsBar in Revit 2024
10+
## OptionsBar in Revit 2023+
2011
**Light Theme**
2112

2213
![OptionsBarLight](./rvt2024/optionsbarlight.gif)
@@ -31,9 +22,11 @@ You can reference the DLL in a Visual Studio project the same way you load any e
3122
|:-----------------------------|:----------------------------------------------------------------------------------------|
3223
| Revit 2023 | [OptionsBar for Revit 2023](https://github.com/SpeedCAD/SCADtools.Revit.UI.OptionsBar/releases/download/v1.1.1/SCADtools.Revit.UI.OptionsBar_1.1.1_rvt2023.zip) |
3324
| Revit 2024 | [OptionsBar for Revit 2024](https://github.com/SpeedCAD/SCADtools.Revit.UI.OptionsBar/releases/download/v1.1.1/SCADtools.Revit.UI.OptionsBar_1.1.1_rvt2024.zip) |
25+
| Revit 2025 | [OptionsBar for Revit 2024](https://github.com/SpeedCAD/SCADtools.Revit.UI.OptionsBar/releases/download/v1.1.1/SCADtools.Revit.UI.OptionsBar_1.1.1_rvt2024.zip) |
26+
| Revit 2026 | [OptionsBar for Revit 2024](https://github.com/SpeedCAD/SCADtools.Revit.UI.OptionsBar/releases/download/v1.1.1/SCADtools.Revit.UI.OptionsBar_1.1.1_rvt2024.zip) |
3427

3528
## :rocket: Making
36-
- The DLL files are made using [**Visual Studio**](https://github.com/microsoft) 2022.
29+
- The DLL files are made using [**Visual Studio**](https://github.com/microsoft) 2026.
3730

3831
## :keyboard: Code example
3932
```c#

0 commit comments

Comments
 (0)