0.6.3-beta.2
Pre-release
Pre-release
Features
RibbonThemeUtils
to change the theme of the Ribbon. (Revit 2019+)- Set project configuration to support
net47
andnet48
.
Updated
- Change
GetRibbonItem
toGetRibbonItem_Alternative
to fix null when panel is removed. - Update
SetImage
to work withComboBoxMember
- Add
CreateComboBoxMember
to createComboBoxMember
. - Add
RibbonThemeBitmapUtils
to change theme forBitmapSource
. - Add
RibbonThemePanelUtils
to update the theme for itens in theRibbonPanel
. - Update
RibbonPanel
create and remove to update the theme of the itens.
Tests
- Add
RibbonThemeUtilsTests
to test the theme change event. - Add
ComboBoxMember
tests forImage
,Group
andCurrent
.
Example
- Add
AppTheme
to test theme change features forRibbonItem
.