Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
RectFFromRect | RectangleF | ||
RectForValue | Rectangle |
Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnSizeChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
public RectFromValue ( TriColorValue value ) : Rectangle | ||
value | TriColorValue | |
return | Rectangle |
public ValueFromPoint ( Point ptClient, TriColorValue &value ) : bool | ||
ptClient | Point | Point in client coordinates |
value | TriColorValue | Value for point |
return | bool |