[]
        
(Showing Draft Content)

FarPoint.Win.SuperEditBase.Select

Select Method

Select(int, int)

Selects the specified number of characters in the edit control starting at the specified location.

Declaration
public virtual void Select(int selStart, int selLength)
Public Overridable Sub [Select](selStart As Integer, selLength As Integer)
Parameters
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

Select(bool, bool)

Selects a control with the specified direction in the tab order from which to select the control.

Declaration
protected override void Select(bool directed, bool forward)
Protected Overrides Sub [Select](directed As Boolean, forward As Boolean)
Parameters
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

Overrides