[]
        
(Showing Draft Content)

C1.Win.Input.Base.C1DropDownEditorBase.Select

Select Method

Select(int, int)

Selects a range of text in the drop down control.

Declaration
public void Select(int start, int length)
Parameters
Type Name Description
int start

The position of the first character in the current text selection within the drop down control.

int length

The number of characters to select.

Implements