C# Class Habanero.Faces.VWG.NumericUpDownVWG

Represents a spin box (also known as an up-down control) that displays numeric values
Inheritance: NumericUpDown, INumericUpDown
Mostrar archivo Open project: Chillisoft/habanero.faces

Private Properties

Property Type Description

Public Methods

Method Description
Select ( int i, object length ) : void

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

Method Details

Select() public method

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
public Select ( int i, object length ) : void
i int The position of the first character to be selected
length object The total number of characters to be selected
return void