C# Class ConfigTool.ColorPicker

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: fragmer/fCraft

Méthodes publiques

Свойство Type Description
color int
colors ColorPair>.Dictionary

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

public ColorPicker ( string title, int oldColor ) : System
title string
oldColor int
Résultat System

ColorPicker() public méthode

public ColorPicker ( string title, int oldColor ) : System.Collections.Generic
title string
oldColor int
Résultat System.Collections.Generic

Dispose() protected méthode

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

Init() public static méthode

public static Init ( ) : void
Résultat void

Property Details

color public_oe property

public int color
Résultat int

colors public_oe static_oe property

public static Dictionary colors
Résultat ColorPair>.Dictionary