Wimark.Controls Class Library  

UpDownBase.Select(Int32, Int32) Method

Selects a range of text in the editable portion of the up-down control.

[Visual Basic]
Overloads Public Sub Select( _
   ByVal start As Integer, _
   ByVal length As Integer _
)
 
[C#]
public void Select( 
   int start, 
   int length 
);
[C++]
public: void Select( 
   int start, 
   int length 
);

Parameters

start
The position of the first character in the current text selection within the up-down control.
length
The number of characters to select.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

UpDownBase Class | UpDownBase Members | Wimark.Controls Namespace