[]
Selects the specified number of characters in the edit control starting at the specified location.
public virtual void Select(int selStart, int selLength)
Public Overridable Sub [Select](selStart As Integer, selLength As Integer)
Type | Name | Description |
---|---|---|
int | selStart | Position of the first character in the control from which to start the selection |
int | selLength | Number of characters to select |
Selects a control with the specified direction in the tab order from which to select the control.
protected override void Select(bool directed, bool forward)
Protected Overrides Sub [Select](directed As Boolean, forward As Boolean)
Type | Name | Description |
---|---|---|
bool | directed | true to specify the direction of the control to select; otherwise, false |
bool | forward | true to move forward in the tab order; false to move backward in the tab order |