C# Class System.Windows.Automation.TextPattern2

Inheritance: TextPattern
Mostrar archivo Open project: apetrovskiy/STUPS Class Usage Examples

Public Properties

Property Type Description
AnnotationObjectsAttribute AutomationTextAttribute
AnnotationTypesAttribute AutomationTextAttribute
CaretBidiModeAttribute AutomationTextAttribute
CaretPositionAttribute AutomationTextAttribute
IsActiveAttribute AutomationTextAttribute
LinkAttribute AutomationTextAttribute
Pattern AutomationPattern
SelectionActiveEndAttribute AutomationTextAttribute
StyleIdAttribute AutomationTextAttribute
StyleNameAttribute AutomationTextAttribute

Public Methods

Method Description
GetCaretRange ( bool &isActive ) : TextPatternRange
RangeFromAnnotation ( AutomationElement annotation ) : TextPatternRange

Private Methods

Method Description
TextPattern2 ( AutomationElement el, UIAutomationClient pattern, UIAutomationClient basePattern, bool cached ) : System
Wrap ( AutomationElement el, object pattern, bool cached ) : object

Method Details

GetCaretRange() public method

public GetCaretRange ( bool &isActive ) : TextPatternRange
isActive bool
return System.Windows.Automation.Text.TextPatternRange

RangeFromAnnotation() public method

public RangeFromAnnotation ( AutomationElement annotation ) : TextPatternRange
annotation AutomationElement
return System.Windows.Automation.Text.TextPatternRange

Property Details

AnnotationObjectsAttribute public_oe static_oe property

public static AutomationTextAttribute,System.Windows.Automation AnnotationObjectsAttribute
return AutomationTextAttribute

AnnotationTypesAttribute public_oe static_oe property

public static AutomationTextAttribute,System.Windows.Automation AnnotationTypesAttribute
return AutomationTextAttribute

CaretBidiModeAttribute public_oe static_oe property

public static AutomationTextAttribute,System.Windows.Automation CaretBidiModeAttribute
return AutomationTextAttribute

CaretPositionAttribute public_oe static_oe property

public static AutomationTextAttribute,System.Windows.Automation CaretPositionAttribute
return AutomationTextAttribute

IsActiveAttribute public_oe static_oe property

public static AutomationTextAttribute,System.Windows.Automation IsActiveAttribute
return AutomationTextAttribute

LinkAttribute public_oe static_oe property

public static AutomationTextAttribute,System.Windows.Automation LinkAttribute
return AutomationTextAttribute

Pattern public_oe static_oe property

public static AutomationPattern,System.Windows.Automation Pattern
return AutomationPattern

SelectionActiveEndAttribute public_oe static_oe property

public static AutomationTextAttribute,System.Windows.Automation SelectionActiveEndAttribute
return AutomationTextAttribute

StyleIdAttribute public_oe static_oe property

public static AutomationTextAttribute,System.Windows.Automation StyleIdAttribute
return AutomationTextAttribute

StyleNameAttribute public_oe static_oe property

public static AutomationTextAttribute,System.Windows.Automation StyleNameAttribute
return AutomationTextAttribute