AS
Arun Srinivasan
Syncfusion Team
November 12, 2003 06:16 PM UTC
Hi Ken
Here is what you could try to get it working:
//Open is a known id for a baritem
BarItem bi = this.mainFrameBarManager1.Items.FindItem("Open");
bi.Visible = false;
Regards
Arun
KL
Ken Law
November 13, 2003 03:37 PM UTC
Thanks, that works as expected.
I'm still curious why there is a BarItemID class and the GetBarItemFromBarItemID method. For future or internal use?