Inheritance: UIA.Extensions.AutomationProviders.Interfaces.ListInformation
Ejemplo n.º 1
0
 public static ListItemInformation Create(string text, ListActingLabel parent)
 {
     return new ListActingLabelItem(text, parent);
 }
Ejemplo n.º 2
0
 public static ListItemInformation Create(string text, ListActingLabel parent)
 {
     return(new ListActingLabelItem(text, parent));
 }
Ejemplo n.º 3
0
 private ListActingLabelItem(string text, ListActingLabel parent) : base(text)
 {
     _parent = parent;
 }
Ejemplo n.º 4
0
 private ListActingLabelItem(string text, ListActingLabel parent) : base(text)
 {
     _parent = parent;
 }