C# Class ARKBreedingStats.MyColorPicker

Show file Open project: cadon/ARKStatsExtractor Class Usage Examples

Public Properties

Property Type Description
isShown bool

Public Methods

Method Description
MyColorPicker ( ) : System
SetColors ( int creatureColors, int regionId, string name, List naturalIds = null ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ColorChoosen ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

MyColorPicker_Leave ( object sender, EventArgs e ) : void
MyColorPicker_Load ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
checkBoxOnlyNatural_CheckedChanged ( object sender, EventArgs e ) : void
panel1_MouseLeave ( object sender, EventArgs e ) : void

Method Details

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

MyColorPicker() public method

public MyColorPicker ( ) : System
return System

SetColors() public method

public SetColors ( int creatureColors, int regionId, string name, List naturalIds = null ) : void
creatureColors int
regionId int
name string
naturalIds List
return void

Property Details

isShown public property

public bool isShown
return bool