Beispiel #1
0
 public PropertyGridProperty(AutomationElement automationElement, PropertyGridElementFinder gridElementFinder, ActionListener actionListener) : base(automationElement, actionListener)
 {
     this.gridElementFinder = gridElementFinder;
 }
Beispiel #2
0
 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);
 }