I have a form with telerik ribbonbar, ad few docking panel....
in my form code, I do have something like this
Me.Enabled = False
' do something here
Me.Enabled = True
I found that, during the Me.Enabled = False, it will turn all telerik component to "gray" color. Is that anyway to prevent this? I would prefer they look normal.
in my form code, I do have something like this
Me.Enabled = False
' do something here
Me.Enabled = True
I found that, during the Me.Enabled = False, it will turn all telerik component to "gray" color. Is that anyway to prevent this? I would prefer they look normal.