C# 클래스 UIAControls.TriColorControl

파일 보기 프로젝트 열기: TestStack/uia-custom-pattern-managed 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InitializeComponent void
RectFFromRect RectangleF
RectForValue Rectangle

공개 메소드들

메소드 설명
RectFromValue ( TriColorValue value ) : Rectangle

Find the rectangle (in client coordinates) for a given value

TriColorControl ( ) : System
ValueFromPoint ( Point ptClient, TriColorValue &value ) : bool

Find the value for a given point on the control

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnGotFocus ( EventArgs e ) : void
OnKeyUp ( KeyEventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RectFFromRect ( Rectangle rect ) : RectangleF
RectForValue ( TriColorValue value ) : Rectangle

Find the rectangle corresponding to a given value

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

OnGotFocus() 보호된 메소드

protected OnGotFocus ( EventArgs e ) : void
e EventArgs
리턴 void

OnKeyUp() 보호된 메소드

protected OnKeyUp ( KeyEventArgs e ) : void
e KeyEventArgs
리턴 void

OnLostFocus() 보호된 메소드

protected OnLostFocus ( EventArgs e ) : void
e EventArgs
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnSizeChanged() 보호된 메소드

protected OnSizeChanged ( EventArgs e ) : void
e EventArgs
리턴 void

RectFromValue() 공개 메소드

Find the rectangle (in client coordinates) for a given value
public RectFromValue ( TriColorValue value ) : Rectangle
value TriColorValue
리턴 Rectangle

TriColorControl() 공개 메소드

public TriColorControl ( ) : System
리턴 System

ValueFromPoint() 공개 메소드

Find the value for a given point on the control
public ValueFromPoint ( Point ptClient, TriColorValue &value ) : bool
ptClient Point Point in client coordinates
value TriColorValue Value for point
리턴 bool

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m Message
리턴 void