Base Combo BoxSelect(Int 32, Int 32) 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: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public void Select(
int start,
int len
)VB
Public Sub Select (
start As Integer,
len As Integer
)C++
public:
void Select(
int start,
int len
)F#
member Select :
start : int *
len : int -> unit Parameters
Remarks
In DropDownList mode, all text is selected and the start and
length parameters are ignored.