FarPoint.Win Assembly > FarPoint.Win Namespace > SuperEditBase Class > Select Method : Select(Int32,Int32) Method |
'Declaration Public Overloads Overridable Sub Select( _ ByVal selStart As Integer, _ ByVal selLength As Integer _ )
'Usage Dim instance As SuperEditBase Dim selStart As Integer Dim selLength As Integer instance.Select(selStart, selLength)
control.Text = "Selection test";
control.AlignHorz = FarPoint.Win.HorizontalAlignment.Center;
control.AlignVert = FarPoint.Win.VerticalAlignment.Top;
control.Select(2, 8);
control.MaxLength = 9;
control.Text = "Selection test"
control.AlignHorz = FarPoint.Win.HorizontalAlignment.Center
control.AlignVert = FarPoint.Win.VerticalAlignment.Top
control.Select(2, 8)
control.MaxLength = 9
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8