C# Class Mono.UIAutomation.TestFramework.Edit

Inheritance: Element
Exibir arquivo Open project: mono/uia2atk

Public Properties

Property Type Description
UIAType System.Windows.Automation.ControlType

Public Methods

Method Description
Edit ( AutomationElement elm ) : System
GetSelection ( ) : System.Windows.Automation.Text.TextPatternRange[]
GetSelection ( bool log ) : System.Windows.Automation.Text.TextPatternRange[]
GetVisibleRanges ( ) : System.Windows.Automation.Text.TextPatternRange[]
GetVisibleRanges ( bool log ) : System.Windows.Automation.Text.TextPatternRange[]
RangeFromChild ( AutomationElement childElement ) : TextPatternRange
RangeFromChild ( AutomationElement childElement, bool log ) : TextPatternRange
RangeFromPoint ( Point screenLocation ) : TextPatternRange
RangeFromPoint ( Point screenLocation, bool log ) : TextPatternRange
SetValue ( string value ) : void
SetValue ( string value, bool log ) : void

Method Details

Edit() public method

public Edit ( AutomationElement elm ) : System
elm System.Windows.Automation.AutomationElement
return System

GetSelection() public method

public GetSelection ( ) : System.Windows.Automation.Text.TextPatternRange[]
return System.Windows.Automation.Text.TextPatternRange[]

GetSelection() public method

public GetSelection ( bool log ) : System.Windows.Automation.Text.TextPatternRange[]
log bool
return System.Windows.Automation.Text.TextPatternRange[]

GetVisibleRanges() public method

public GetVisibleRanges ( ) : System.Windows.Automation.Text.TextPatternRange[]
return System.Windows.Automation.Text.TextPatternRange[]

GetVisibleRanges() public method

public GetVisibleRanges ( bool log ) : System.Windows.Automation.Text.TextPatternRange[]
log bool
return System.Windows.Automation.Text.TextPatternRange[]

RangeFromChild() public method

public RangeFromChild ( AutomationElement childElement ) : TextPatternRange
childElement System.Windows.Automation.AutomationElement
return System.Windows.Automation.Text.TextPatternRange

RangeFromChild() public method

public RangeFromChild ( AutomationElement childElement, bool log ) : TextPatternRange
childElement System.Windows.Automation.AutomationElement
log bool
return System.Windows.Automation.Text.TextPatternRange

RangeFromPoint() public method

public RangeFromPoint ( Point screenLocation ) : TextPatternRange
screenLocation Point
return System.Windows.Automation.Text.TextPatternRange

RangeFromPoint() public method

public RangeFromPoint ( Point screenLocation, bool log ) : TextPatternRange
screenLocation Point
log bool
return System.Windows.Automation.Text.TextPatternRange

SetValue() public method

public SetValue ( string value ) : void
value string
return void

SetValue() public method

public SetValue ( string value, bool log ) : void
value string
log bool
return void

Property Details

UIAType public_oe static_oe property

public static ControlType,System.Windows.Automation UIAType
return System.Windows.Automation.ControlType