[]
Interface for item that supports UIA edit.
public interface IUiaEdit : IUiaValueProvider, IUiaTextProvider
| 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. |
| Name | Description |
|---|---|
| CreateGraphics() | Creates graphics. |
| GetCharIndexFromPosition(Point) | Gets char index from position. |
| GetPositionFromCharIndex(int) | Gets position from char index. |