[]
        
(Showing Draft Content)

C1.Win.Accessibility.Items.UiaTextRangeProvider.-ctor

UiaTextRangeProvider Constructor

UiaTextRangeProvider(string, int, int, IUiaEdit, Rect)

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
Type Name Description
string text
int start
int end
IUiaEdit uiaEdit
Rect editorBoundingRectangle

UiaTextRangeProvider(string, int, int, TextBox, Rect)

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