Posted 5 August 2026, 5:18 am EST
I need to build a simple toolstrip for the c1 editor with just a few functions.
i can see the sample with cut/copy/paste.
how do i add font selection and size etc?
Forums Home / ComponentOne / WinForms Edition
Posted by: russ.lunn on 5 August 2026, 5:18 am EST
Posted 5 August 2026, 5:18 am EST
I need to build a simple toolstrip for the c1 editor with just a few functions.
i can see the sample with cut/copy/paste.
how do i add font selection and size etc?
Posted 5 August 2026, 8:10 am EST
Hello,
You can extend C1EditorToolStripBase class and override its OnInitialize() method to create a custom toolstrip with inbuilt commands. Please refer to the attached sample for implementation and let us know if it helps.
Sample: ToolStrips.zip
Regards,
Uttkarsh.