C# Класс Habanero.Faces.VWG.NumericUpDownVWG

Represents a spin box (also known as an up-down control) that displays numeric values
Наследование: NumericUpDown, INumericUpDown
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

Select() публичный Метод

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
Результат void