Am I overlooking how to have this inherit the OS look of Windows 7 for the Ok/Cancel image area? I don't see how to change the OK/Cancel look. This is a screenshot from Visual Studio 2013.
http://www.swmotif.com/images/inputpanel.png Thank you!
Hello James,
If you need any additional assistance don’t hesitate to ask.
Regards
Maybe one possible approach to modify OK/Cancel buttons, could be if you set new images of SystemButtonUIElement through CreationFilter or DrawFilter. If you want to modify other parts of InkProvider, you could use the properties : http://help.infragistics.com/Help/Doc/WinForms/2013.2/CLR4.0/html/Infragistics4.Win.UltraWinInkProvider.Ink17.v13.2~Infragistics.Win.Ink.UltraInkProvider~Appearance.html
Let me know if you have any questions.