Hey guys,
The question is: does WindGrid (and WinForms controls in general) support Microsoft UI Automation?
Thanks,Vitaly
Alright, ran UISpy. No UI Automation support.
Is there any way I can extend Infragistics controls to support UI Automation provider API?
Actually the grid may be pretty easily extended to support most needed parts of UI Automation provider API. However for doing that, cells should be represented with custom type that inherits UltraGridCell. Is there a way to intercept cells creating and provide a type that extends UltraGridCell?