FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > SuperEditBase クラス > Select メソッド : Select(Int32,Int32) メソッド |
'Declaration Public Overloads Overridable Sub Select( _ ByVal selStart As Integer, _ ByVal selLength As Integer _ )
'使用法 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