Declaration
public UiaTextRangeProvider(string text, int start, int end, IUiaEdit uiaEdit, Rect editorBoundingRectangle)
Public Sub New(text As String, start As Integer, [end] As Integer, uiaEdit As IUiaEdit, editorBoundingRectangle As Rect)
Parameters
Declaration
public UiaTextRangeProvider(string text, int start, int end, TextBox textBox, Rect editorBoundingRectangle)
Public Sub New(text As String, start As Integer, [end] As Integer, textBox As TextBox, editorBoundingRectangle As Rect)
Parameters
| Type |
Name |
Description |
| string |
text |
|
| int |
start |
|
| int |
end |
|
| TextBox |
textBox |
|
| Rect |
editorBoundingRectangle |
|