C# 클래스 Habanero.Faces.VWG.NumericUpDownVWG

Represents a spin box (also known as an up-down control) that displays numeric values
상속: NumericUpDown, INumericUpDown
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

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