Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
485
Howto implement a tool?
posted

Hi,

Infragistics brings a set of tool for the ribbon control, but is it also possible to create own tools. I want to create some kind of CheckBoxListTool. Is there a way to build own tools other than to use a ControlContainerTool and place a custom control into it.

 

Regards,

Michael

Parents
  • 5389
    posted

    Michael,

    It is possible to create your own tools; if you want a CheckBoxListTool, you will have to do just that.  Take a look at this article in our online documentation that will give you an idea of where to start.  There is also a sample that demonstrates how to do this; it is called the ToolProvider Component sample, and the article also tells you where to find it on your local machine when you have the Windows Forms samples installed.

    Hope this helps,

    ~Kim~

Reply Children