I'm interested to add "help button" / icon (purely question mark)
Would this be feasible?
Kim/Infragistics staff,
The link you provided is no longer valid. Any samples that I could use to complete my development.
Like Maciej I need to add an additional button to panel header and an handler for that.
Thans
Maciej, I have the same issue and was wondering about your experience with creation filter.
Have any code to share?
Maciej,
This article in our online documentation goes over how to get started with filters. There are also a number of filter samples in the Windows Forms Feature Browser, which, if you have installed the SDK, are installed on your machine at the following location: C:\Documents and Settings\All Users\Documents\Infragistics\NetAdvantage for .NET 2009.1\Windows Forms\Samples
~Kim~
Thanks for reply
Can you give some links to examples hot to use draw filter and creation filters ?
Adding a button to the UltraDockManager's Caption headers would require a draw filter to create them; if you wanted to interact with the button as well, you would most likely need to write a creation filter as well.