.NET Framework Class Library
UpDownBase..::.Select Method
Selects a range of text in the spin box (also known as an up-down control).
|
| Name | Description |
|---|
.gif) | Select()()() | Activates the control. (Inherited from Control.) |
.gif) | Select(Boolean, Boolean) | Activates a child control. Optionally specifies the direction in the tab order to select the control from. (Inherited from ContainerControl.) |
.gif) | Select(Int32, Int32) | Selects a range of text in the spin box (also known as an up-down control) specifying the starting position and number of characters to select. |
Top
Reference