[]
        
(Showing Draft Content)

C1.Win.Accessibility.Items.IUiaEdit

IUiaEdit Interface

Interface for item that supports UIA edit.

Namespace: C1.Win.Accessibility.Items
Assembly: C1.Win.4.8.dll
Syntax
public interface IUiaEdit : IUiaValueProvider, IUiaTextProvider

Properties

Name Description
DisplayRectangle

Gets edit display rectangle.

Font

Gets edit Font.

SelectionLength

Gets selection length.

SelectionStart

Gets selection start position.

TextAlign

Gets edit text align.

Methods

Name Description
CreateGraphics()

Creates graphics.

GetCharIndexFromPosition(Point)

Gets char index from position.

GetPositionFromCharIndex(int)

Gets position from char index.