Property | Type | Description | |
---|---|---|---|
GetCellFromColor | Point | ||
GetCellFromMouse | Point | ||
GetColorFromCell | Color | ||
GetColorFromCell | Color | ||
GetColorIndexFromCell | int | ||
GetColorIndexFromCell | int | ||
GetColorIndexFromMouse | int | ||
InvalidateFocus | void | ||
InvalidateSelection | void | ||
SetFocus | void |
Method | Description | |
---|---|---|
ColorPalette ( |
|
Method | Description | |
---|---|---|
IsInputKey ( Keys keyData ) : bool |
|
|
LaunchDialog ( int customIndex ) : void |
|
|
OnGotFocus ( |
|
|
OnKeyDown ( |
|
|
OnLostFocus ( |
|
|
OnMouseDown ( MouseEventArgs e ) : void |
|
|
OnMouseMove ( MouseEventArgs e ) : void |
|
|
OnMouseUp ( MouseEventArgs e ) : void |
|
|
OnPaint ( PaintEventArgs e ) : void |
|
|
OnPicked ( |
|
|
ProcessDialogKey ( Keys keyData ) : bool |
|
Method | Description | |
---|---|---|
GetCellFromColor ( Color c ) : Point |
|
|
GetCellFromMouse ( int x, int y ) : Point |
|
|
GetColorFromCell ( int index ) : Color |
|
|
GetColorFromCell ( int across, int down ) : Color |
|
|
GetColorIndexFromCell ( Point p ) : int |
|
|
GetColorIndexFromCell ( int across, int down ) : int |
|
|
GetColorIndexFromMouse ( int x, int y ) : int |
|
|
InvalidateFocus ( ) : void |
|
|
InvalidateSelection ( ) : void |
|
|
SetFocus ( Point newFocus ) : void |
|
public ColorPalette ( |
||
editor | ||
return | System |
protected LaunchDialog ( int customIndex ) : void | ||
customIndex | int | |
return | void |
protected OnGotFocus ( |
||
e | ||
return | void |
protected OnKeyDown ( |
||
e | ||
return | void |
protected OnLostFocus ( |
||
e | ||
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnPicked ( |
||
e | ||
return | void |
protected ProcessDialogKey ( Keys keyData ) : bool | ||
keyData | Keys | |
return | bool |