示例#1
0
文件: Menu.cs 项目: work-flower/FlaUI
 public MenuItem(BasicAutomationElementBase basicAutomationElement) : base(basicAutomationElement)
 {
     _invokeAutomationElement         = new InvokeAutomationElement(basicAutomationElement);
     _expandCollapseAutomationElement = new ExpandCollapseAutomationElement(basicAutomationElement);
 }
示例#2
0
 /// <summary>
 /// Creates a <see cref="MenuItem"/> element.
 /// </summary>
 public MenuItem(FrameworkAutomationElementBase frameworkAutomationElement) : base(frameworkAutomationElement)
 {
     _invokeAutomationElement         = new InvokeAutomationElement(frameworkAutomationElement);
     _expandCollapseAutomationElement = new ExpandCollapseAutomationElement(frameworkAutomationElement);
 }