BaseComboBoxSelect(Int32, Int32) Method

This is used to select a part of the text within the textbox portion of the combo box

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public void Select(
	int start,
	int len
)

Parameters

start  Int32
The starting position of the selection
len  Int32
The length of the selection

Remarks

In DropDownList mode, all text is selected and the start and length parameters are ignored.

See Also