Unplanned
Last Updated: 25 Aug 2016 12:58 by ADMIN
ADMIN
Geri
Created on: 25 Aug 2016 11:55
Category: Docking
Type: Bug Report
0
ContextMenu of ToolWindow is not accessible via UIAVerify
Possible workaround:

A custom RadDocking control can be created, in which the OnCreateAutomationPeer() method is overridden. OnCreateAutomationPeer() should return a custom RadDocking AutomationPeer, in which the ToolWindowAutomationPeer is removed from the collection of child elements of RadDocking AutomationPeer.
Approach demonstrated in the attached project.
0 comments