Showing related tags and posts across the entire site.
-
Can we save Ribbon to a MemoryStream? I have a Ribbon band called "Ribbon". There is the code. '---- Dim MS As New System.IO.MemoryStream Ribbon.Save (MS) ... Ribbon.Load (MS) '---- The Application raises an error on Ribbon.Load (MS) saying that the MemoryStream is closed -> "Cannot...
-
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 WinForms
by
PhilMurray
on Thu, Mar 13 2008
Filed under: tabs tab ribbon tab select visible changed select event handler, C1Ribbon Load Save
-
Hi, I'm trying to save the end-user's changes to the QAT or to the ribbon's visual style by using the SAVE and LOAD method of the C1Ribbon. But when I do it like this: Private Sub Form_Load(....) Me.c1ribbon1.load("C:\ribbon.xml") : : End Sub Private Sub Form_Formclosing(...) Me...