C# Class TileIconifier.Controls.IconifierPanel.ColorPanel

Mostrar archivo Open project: Jonno12345/TileIconifier Class Usage Examples

Public Methods

Method Description
ColorPanel ( ) : System
GetColorPanelResult ( ) : ColorPanelResult

Validate and get the output from ColorPanel. Returns null if validation fails

ResetValidation ( ) : void
SetBackgroundColor ( Color color ) : void
SetForegroundColorRadio ( bool light ) : void
SetForegroundTextShow ( bool b ) : void
ValidateControls ( ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddEventHandlers ( ) : void
ColorPanel_Load ( object sender, EventArgs e ) : void
GetBackgroundColor ( ) : Color
InitializeComponent ( ) : void

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

RemoveEventHandlers ( ) : void
RunFullUpdate ( ) : void
btnColourPicker_Click ( object sender, EventArgs e ) : void
chkFGTxtEnabled_CheckedChanged ( object sender, EventArgs e ) : void
cmbColour_SelectedIndexChanged ( object sender, EventArgs e ) : void
eyedropperColorPicker_SelectedColorChanged ( object sender, EventArgs e ) : void
radFGLight_CheckedChanged ( object sender, EventArgs e ) : void
txtBGColour_TextChanged ( object sender, EventArgs e ) : void

Method Details

ColorPanel() public method

public ColorPanel ( ) : System
return System

Dispose() protected method

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

GetColorPanelResult() public method

Validate and get the output from ColorPanel. Returns null if validation fails
public GetColorPanelResult ( ) : ColorPanelResult
return ColorPanelResult

ResetValidation() public method

public ResetValidation ( ) : void
return void

SetBackgroundColor() public method

public SetBackgroundColor ( Color color ) : void
color Color
return void

SetForegroundColorRadio() public method

public SetForegroundColorRadio ( bool light ) : void
light bool
return void

SetForegroundTextShow() public method

public SetForegroundTextShow ( bool b ) : void
b bool
return void

ValidateControls() public method

public ValidateControls ( ) : bool
return bool