I am trying to disable individual UltraExplorerBarItems, is there any way to do that? If not could some one recommend some other
component to use?
Thanks!
Small fix
devdmans said: RunTime: item.Settings.Enabled = false
RunTime:
item.Settings.Enabled = false
item.Settings.Enabled = Infragistics.Win.DefaultableBoolean.False;
Design Time:
Open UltraExplorerbarDesigner, select groups and items.
Or under groups and items for whatever version your using...
Click the item(s) you want to enable/disable.
Click settings
Set enabled = false/true
__________________________________