C# Класс ConfigTool.ColorPicker

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
color int
colors ColorPair>.Dictionary

Открытые методы

Метод Описание
ColorPicker ( string title, int oldColor ) : System
ColorPicker ( string title, int oldColor ) : System.Collections.Generic
Init ( ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

ColorPicker() публичный Метод

public ColorPicker ( string title, int oldColor ) : System
title string
oldColor int
Результат System

ColorPicker() публичный Метод

public ColorPicker ( string title, int oldColor ) : System.Collections.Generic
title string
oldColor int
Результат System.Collections.Generic

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Init() публичный статический Метод

public static Init ( ) : void
Результат void

Описание свойств

color публичное свойство

public int color
Результат int

colors публичное статическое свойство

public static Dictionary colors
Результат ColorPair>.Dictionary