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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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.