How are C1Editor ToolStrip items eliminated

Posted by: cvandien on 26 March 2019, 8:54 am EST

    • Post Options:
    • Link

    Posted 26 March 2019, 8:54 am EST

    Hello,

    I want to delete some C1Editor Toolstrip items (The Flash item for example on C1EditorToolStripObjects). I found the “Localize” function that gives me a tree view of everything, but would prefer to set the visible to false rather than deleting - wjhat can someone suggest?

    Chuck

  • Posted 26 March 2019, 9:05 am EST

    Seems the C1EditorToolStripObjects does not have an “Edit” ability like the other ToolStrip items do… whats the work-around for this? I need to eliminate Flash support by setting the icon invisible.

  • Posted 27 March 2019, 2:33 am EST

    Hello Chuck,

    In order to set the Visibility of C1EditorToolStripObject item, use the code snippet as follows:

    editorToolStripObjects1.Items["FlashMovie"].Visible = false; 
    
    

    This will set the visibility of the “Flash Movie” icon to false. This has been implemented in the attached application that’s the modified version of ToolStrips sample (see Form Load event).

    If you are talking about the Localize dialog box that appears when you click “Localize” from the Tasks menu, I would like to inform you that it is used to customize your localization settings.

    Regards,

    Esha

    ToolStrips_Mod.zip

  • Posted 30 April 2019, 2:33 pm EST

    Thank you

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels