I can see that that property exists, but I cant get to it:
Error 'Telerik.WinControls.UI.RadRibbonBarElement.Protected ReadOnly Property ApplicationButtonElement() As Telerik.WinControls.UI.RadDropDownButtonElement' is not accessible in this context because it is 'Protected'.
0
Jack
Telerik team
answered on 10 May 2007, 09:42 AM
We apologize for this misunderstanding, Corey. Yes, right now there is no way to access the ApplicationButtonElement property. We will fix this issue in our next service pack. I suggest you to use the following workaround:
Dim buttonElement As RadDropDownButtonElement = CType(radRibbonBar1.RibbonBarElement.Children(2),RadDropDownButtonElement)