[]
        
(Showing Draft Content)

C1.WinUI.Input.C1NumericBox.Select

Select Method

Select(int, int)

Selects the text specified by start and length.

Declaration
public void Select(int start, int length)
Public Sub [Select](start As Integer, length As Integer)
Parameters
Type Name Description
int start

Start of the selection.

int length

Length of the selection.