BaseComboBoxSelect(Int32, Int32) Method
This is used to select a part of the text within the textbox portion of the combo box
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public void Select(
int start,
int len
)
Public Sub Select (
start As Integer,
len As Integer
)
public:
void Select(
int start,
int len
)
member Select :
start : int *
len : int -> unit
Parameters
- start Int32
- The starting position of the selection
- len Int32
- The length of the selection
In
DropDownList mode, all text is selected and the start and
length parameters are ignored.