C# 클래스 LynnaLab.SpinButtonHexadecimal

상속: Gtk.SpinButton
파일 보기 프로젝트 열기: Drenn1/LynnaLab 1 사용 예제들

공개 메소드들

메소드 설명
SpinButtonHexadecimal ( ) : System
SpinButtonHexadecimal ( int start, int end ) : System
SpinButtonHexadecimal ( int start, int end, int interval ) : System

보호된 메소드들

메소드 설명
OnInput ( double &value ) : int
OnOutput ( ) : int

메소드 상세

OnInput() 보호된 메소드

protected OnInput ( double &value ) : int
value double
리턴 int

OnOutput() 보호된 메소드

protected OnOutput ( ) : int
리턴 int

SpinButtonHexadecimal() 공개 메소드

public SpinButtonHexadecimal ( ) : System
리턴 System

SpinButtonHexadecimal() 공개 메소드

public SpinButtonHexadecimal ( int start, int end ) : System
start int
end int
리턴 System

SpinButtonHexadecimal() 공개 메소드

public SpinButtonHexadecimal ( int start, int end, int interval ) : System
start int
end int
interval int
리턴 System