C# Class ConfigTool.ColorPicker

Inheritance: System.Windows.Forms.Form
Show file Open project: fragmer/fCraft

Public Properties

Property Type Description
color int
colors ColorPair>.Dictionary

Public Methods

Method Description
ColorPicker ( string title, int oldColor ) : System
ColorPicker ( string title, int oldColor ) : System.Collections.Generic
Init ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ColorPicker ( ) : System.Collections.Generic
InitializeComponent ( ) : void

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

b0_Click ( object sender, EventArgs e ) : void
bCancel_Click ( object sender, EventArgs e ) : void

Method Details

ColorPicker() public method

public ColorPicker ( string title, int oldColor ) : System
title string
oldColor int
return System

ColorPicker() public method

public ColorPicker ( string title, int oldColor ) : System.Collections.Generic
title string
oldColor int
return System.Collections.Generic

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

Init() public static method

public static Init ( ) : void
return void

Property Details

color public property

public int color
return int

colors public static property

public static Dictionary colors
return ColorPair>.Dictionary