C# Class SidebarLibrary.WinControls.ColorPickerDropDown

Summary description for ColorPickerDropDown.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode 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 méthode

public ColorPickerDropDown ( ) : System
Résultat System

ColorPickerDropDown_VisibleChanged() public méthode

public ColorPickerDropDown_VisibleChanged ( object sender, System e ) : void
sender object
e System
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

InitializeListBoxes() public méthode

public InitializeListBoxes ( ) : void
Résultat void

OnColorChanged() protected méthode

protected OnColorChanged ( ColorChangeArgs e ) : void
e ColorChangeArgs
Résultat void

OnDeactivate() protected méthode

protected OnDeactivate ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

StartPeekMessageLoop() public méthode

public StartPeekMessageLoop ( ) : void
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void

customColorsPage_Click() public méthode

public customColorsPage_Click ( object sender, System e ) : void
sender object
e System
Résultat void

customColorsPage_MouseDown() public méthode

public customColorsPage_MouseDown ( object sender, System e ) : void
sender object
e System
Résultat void

systemColorsList_Click() public méthode

public systemColorsList_Click ( object sender, System e ) : void
sender object
e System
Résultat void

tabControl_SelectedIndexChanged() public méthode

public tabControl_SelectedIndexChanged ( object sender, System e ) : void
sender object
e System
Résultat void

webColorsList_Click() public méthode

public webColorsList_Click ( object sender, System e ) : void
sender object
e System
Résultat void