C# Class SidebarLibrary.WinControls.ColorPickerDropDown

Summary description for ColorPickerDropDown.
Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
ColorPickerDropDown ( ) : System
ColorPickerDropDown_VisibleChanged ( object sender, System e ) : void
InitializeListBoxes ( ) : void
StartPeekMessageLoop ( ) : void
customColorsPage_Click ( object sender, System e ) : void
customColorsPage_MouseDown ( object sender, System e ) : void
systemColorsList_Click ( object sender, System e ) : void
tabControl_SelectedIndexChanged ( object sender, System e ) : void
webColorsList_Click ( object sender, System e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnColorChanged ( ColorChangeArgs e ) : void
OnDeactivate ( EventArgs e ) : void
OnResize ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
FindCustomColor ( Point point ) : Color
GetCustomColorIndex ( Color color ) : int
GetSystemColorIndex ( Color color, int &index ) : bool
GetWebColorIndex ( Color color, int &index ) : bool
InitializeComponent ( ) : void

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

IsChild ( IntPtr hWnd ) : bool
IsSpareColor ( Point p, int &index ) : bool
OnPaint ( PaintEventArgs pe ) : void
customColorsPage_Paint ( object sender, System e ) : void

Method Details

ColorPickerDropDown() public method

public ColorPickerDropDown ( ) : System
return System

ColorPickerDropDown_VisibleChanged() public method

public ColorPickerDropDown_VisibleChanged ( object sender, System e ) : void
sender object
e System
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

InitializeListBoxes() public method

public InitializeListBoxes ( ) : void
return void

OnColorChanged() protected method

protected OnColorChanged ( ColorChangeArgs e ) : void
e ColorChangeArgs
return void

OnDeactivate() protected method

protected OnDeactivate ( EventArgs e ) : void
e System.EventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

StartPeekMessageLoop() public method

public StartPeekMessageLoop ( ) : void
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void

customColorsPage_Click() public method

public customColorsPage_Click ( object sender, System e ) : void
sender object
e System
return void

customColorsPage_MouseDown() public method

public customColorsPage_MouseDown ( object sender, System e ) : void
sender object
e System
return void

systemColorsList_Click() public method

public systemColorsList_Click ( object sender, System e ) : void
sender object
e System
return void

tabControl_SelectedIndexChanged() public method

public tabControl_SelectedIndexChanged ( object sender, System e ) : void
sender object
e System
return void

webColorsList_Click() public method

public webColorsList_Click ( object sender, System e ) : void
sender object
e System
return void