コード例 #1
0
ファイル: UIA3PropertyLibrary.cs プロジェクト: windygu/FlaUI
 public UIA3PropertyLibrary()
 {
     Element           = new UIA3AutomationElementProperties();
     Annotation        = new AnnotationPatternProperties();
     Dock              = new DockPatternProperties();
     Drag              = new DragPatternProperties();
     DropTarget        = new DropTargetPatternProperties();
     ExpandCollapse    = new ExpandCollapsePatternProperties();
     GridItem          = new GridItemPatternProperties();
     Grid              = new GridPatternProperties();
     LegacyIAccessible = new LegacyIAccessiblePatternProperties();
     MultipleView      = new MultipleViewPatternProperties();
     RangeValue        = new RangeValuePatternProperties();
     Scroll            = new ScrollPatternProperties();
     SelectionItem     = new SelectionItemPatternProperties();
     Selection         = new SelectionPatternProperties();
     SpreadsheetItem   = new SpreadsheetItemPatternProperties();
     Styles            = new StylesPatternProperties();
     TableItem         = new TableItemPatternProperties();
     Table             = new TablePatternProperties();
     Toggle            = new TogglePatternProperties();
     Transform2        = new Transform2PatternProperties();
     Transform         = new TransformPatternProperties();
     Value             = new ValuePatternProperties();
     Window            = new WindowPatternProperties();
 }
コード例 #2
0
ファイル: UIA2PropertyLibrary.cs プロジェクト: windygu/FlaUI
 public UIA2PropertyLibrary()
 {
     Element        = new UIA2AutomationElementProperties();
     Dock           = new DockPatternProperties();
     ExpandCollapse = new ExpandCollapsePatternProperties();
     GridItem       = new GridItemPatternProperties();
     Grid           = new GridPatternProperties();
     MultipleView   = new MultipleViewPatternProperties();
     RangeValue     = new RangeValuePatternProperties();
     Scroll         = new ScrollPatternProperties();
     SelectionItem  = new SelectionItemPatternProperties();
     Selection      = new SelectionPatternProperties();
     TableItem      = new TableItemPatternProperties();
     Table          = new TablePatternProperties();
     Toggle         = new TogglePatternProperties();
     Transform      = new TransformPatternProperties();
     Value          = new ValuePatternProperties();
     Window         = new WindowPatternProperties();
 }