public PropertyGrid(AutomationElement automationElement, ActionListener actionListener)
     : base(automationElement, actionListener)
 {
     finder = new PropertyGridElementFinder(automationElement);
 }
 internal PropertyGridCategory(AutomationElement automationElement, ActionListener actionListener, PropertyGridElementFinder gridElementFinder)
     : base(automationElement, actionListener)
 {
     this.gridElementFinder = gridElementFinder;
 }
 public PropertyGrid(AutomationElement automationElement, ActionListener actionListener) : base(automationElement, actionListener)
 {
     finder = new PropertyGridElementFinder(automationElement);
 }
Beispiel #4
0
 internal PropertyGridCategory(AutomationElement automationElement, ActionListener actionListener, PropertyGridElementFinder gridElementFinder) :
     base(automationElement, actionListener)
 {
     this.gridElementFinder = gridElementFinder;
 }
 public PropertyGridProperty(AutomationElement automationElement, PropertyGridElementFinder gridElementFinder, ActionListener actionListener)
     : base(automationElement, actionListener)
 {
     this.gridElementFinder = gridElementFinder;
 }
Beispiel #6
0
 public PropertyGridProperty(AutomationElement automationElement, PropertyGridElementFinder gridElementFinder, ActionListener actionListener) : base(automationElement, actionListener)
 {
     this.gridElementFinder = gridElementFinder;
 }