Wimark.Controls Class Library  

UpDownBase.Select Method

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

Overload List

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

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

Inherited from Control

[Visual Basic] Select
[C#] Select
[C++] Select

See Also

UpDownBase Class | UpDownBase Members | Wimark.Controls Namespace