RibbonDX v2.25 Versions History

The  New indicator shows all properties, methods and events which are new since the previous release!

25aug20

v2.25
Upgraded LC.Objects.RibbonDX to now use the latest DevExpress v20.1.6 DLLs New

13jan20

v2.23
Upgraded LC.Objects.RibbonDX to now use the latest DevExpress v19.2.5 DLLs New

10jun19

v2.22
Upgraded LC.Objects.RibbonDX to now use the latest DevExpress v19.1 DLLs

07jul18

v2.21
Fixed a problem in the button_ItemClick event handler when the Ribbon is minimized and a button is clicked

20may18

v2.20
The LC.Objects.RibbonDX control has been updated to use the latest DevExpress libraries.

28aug17

v2.19
Added a PerformClick method to allow programmatically clicking ribbon buttons

28jul17

v2.18
Added an instruction in the Constructor to hide the Application Button

23jul17

v2.17
Updated RibbonDX to now use DevExpress v17.1(.3)

28apr17

v2.16
SplitButtons can now display separator lines to separate options

05mar17

v2.15
Added a ShowSplitButton method allowing to show or hide a SplitButton

21feb17

v2.14
Added a new argument to AddComboBox to allow indicate if it is dropdown only

v2.13
Added a SetText method allowing to change the text in TextEdit and ComboBox controls

v2.12
Added a RemoveComboBox method

v2.11
Added a RemoveTextEdit method

v2.10
Added a ShowComboBox method allowing to hide or show a ComboBox control

v2.09
Added a ShowTextEdit method allowing to hide or show a TextEdit control

v2.08
Added a GetText method allowing to retrieve the text from the TextEdit and ComboBox controls

20feb17

v2.07
Added a Culture property allowing to set the CultureInfo to any .Net supported culture

v2.06
Fixed a problem with the CultureInfo which was erroneously set to fr-FR

19feb17

v2.05
Added a SuperTooltipDoc method returning documentation about HTML codes usable in SuperTooltips

v2.04
Added an SelectedIndexChanged event firing when a item is selected in a ComboBox

v2.03
Added an AddComboBox method allowing to add ComboBox controls to the ribbon

v2.02
Added an Leave event firing when about to leave a TextEdit control

v2.01
Added an Validating event firing when validating a TextEdit control

v2.00
Added an AddTextEdit method allowing to add TextEdit controls to the ribbon

05feb17

v1.99
Changed the RibbonDX product version numbering system

24jan17

v1.98
Fixed a bug in the ShowSplitButtonOption method

23jan17

v1.97
Added an EnableQATButton method

10jan17

v1.96
Added a ShowPageGroup method

v1.95
Added a ShowPage method

v1.94
Added a ShowSplitButtonOption method

v1.93
Added a ShowButtonGroup method

v1.92
Added a ShowGroupButton method

v1.91
Added a ShowButton method

31dec16

v1.90
The fonts gallery ColorPopup now fires a ValueChanged event

v1.89
The fonts gallery now fires a ValueChanged event when the font size is changed

v1.88
The Fonts dialog launcher button now fires an event when the user closes it by clicking the OK button

30dec16

v1.87
Refactored the Interfaces, adding regions and moving Documentation after Methods

v1.86
Added support for SuperToolTip for ribbon buttons

v1.85
Added an Images property returning all image names contained in the LC.Objects.RibbonDX.Images.dll

v1.84
Added an argument to AddPageGroup to allow displaying the Dialog Launcher button or not

v1.83
Added a new AddPageGroup method to allow specifying the PageGroup padding blanks

v1.82
Added a new AddButtonWithStyle method similar to AddButton but allowing to specify the button RibbonStyle

02may14

v1.81
Added an EnableButton method

v1.80
Added an EnableGroupButton method

v1.79
Added a RemoveButtonGroup method

v1.78
Added a RemoveButton method

v1.77
Added a RemoveGroupButton method

v1.76
Added a RemovePageGroup method

v1.75
Added a RemovePage method

28feb14

v1.74
Added protection using the LogicNP.CryptoLicensing DLL

v1.73
Added an About method

27feb14

v1.72
Fixed the names returned by the button_ItemClicked event so that they retain accented letters and blanks

v1.71
Added support for accented letters when called fropm APL

v1.70
Added a CalledFromAPL property (set to true by default), thus allowing to use the product with accented letters from C#

26feb14

v1.69
Added an AddSplitButtonOption method to programmatically add an option to a SplitButton

v1.68
Added a RemoveSplitButtonOption method to programmatically remove an option from a SplitButton

v1.67
Changed the way objects are named internally (for example a button with text 'Paste Special...' is now named 'PasteSpecial' while it was previously name 'Paste')

13dec13

v1.66
Converted the previous version of my Ribbon User Control (which was v1.65) to now use the DevExpress Ribbon Control