in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Browse by Tags

  • Changing RibbonTab.Visible fires Select Event on Tab

    Hi, I have a Ribbon, with 5 Tabs visible and 5 tabs invisible. I have a toggle button that on pressing, runs the following code: //For all tabs for( int i = 0; i < Ribbon.Tabs.Count; i++) { //Toggle the visibility Ribbon.Tabs[i].Visible = !Ribbon.Tabs[i].Visible; } All the tabs have an event handler...
    Posted to Ribbon for .NET (Forum) by ryan84c on 01-31-2008
    Filed under: tabs tab ribbon tab select visible changed select event handler
  • How To : Capture a click event on a runtime loaded ribbon

    Hi All, I am loading the ribbon structure from a database using the Ribbon--> Tabs--> Groups --> Items collections method. How do you capture the approprate event, and the control it relates to, when you click on an item? Thanks Phil
    Posted to Ribbon for .NET (Forum) by PhilMurray on 03-13-2008
    Filed under: tabs tab ribbon tab select visible changed select event handler, C1Ribbon Load Save
Page 1 of 1 (2 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.