C# 클래스 Longkong.ColorPicker.Controls.HexTextBox

A specially designed textbox class that ensures that only HEX values are entered and displayed.
상속: ColorSpaceComponentTextBox
파일 보기 프로젝트 열기: Longkong/Pojjaman 1 사용 예제들

Private Properties

프로퍼티 타입 설명
HexTextBox System

보호된 메소드들

메소드 설명
IsInputChar ( char charCode ) : bool

Determines whether or not the specified character is to be designated for preprocessing or sent directly to the control.

OnKeyDown ( KeyEventArgs e ) : void

Preprocessing leading up to the raising of the KeyDown event.

비공개 메소드들

메소드 설명
HexTextBox ( ) : System

Constructor. Sets the max length to 6 and the text property to an empty string.

메소드 상세

IsInputChar() 보호된 메소드

Determines whether or not the specified character is to be designated for preprocessing or sent directly to the control.
protected IsInputChar ( char charCode ) : bool
charCode char The character to be evaluated.
리턴 bool

OnKeyDown() 보호된 메소드

Preprocessing leading up to the raising of the KeyDown event.
protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs A KeyEventArgs containing the event data.
리턴 void