C# Class CommonTools.ColorListBox

Inheritance: System.Windows.Forms.ListBox
Afficher le fichier Open project: Nullstr1ng/MultiRDPClient.NET

Private Properties

Свойство Type Description
ColorIndex int
RemoveCustomColor void
SetCustomColor int

Méthodes publiques

Méthode Description
ColorListBox ( ) : System
SelectColor ( Color color ) : void

Méthodes protégées

Méthode Description
ColorListBox ( Type colorType ) : System
OnDrawItem ( DrawItemEventArgs e ) : void

Private Methods

Méthode Description
ColorIndex ( Color color ) : int
RemoveCustomColor ( ) : void
SetCustomColor ( Color col ) : int

Method Details

ColorListBox() public méthode

public ColorListBox ( ) : System
Résultat System

ColorListBox() protected méthode

protected ColorListBox ( Type colorType ) : System
colorType System.Type
Résultat System

OnDrawItem() protected méthode

protected OnDrawItem ( DrawItemEventArgs e ) : void
e System.Windows.Forms.DrawItemEventArgs
Résultat void

SelectColor() public méthode

public SelectColor ( Color color ) : void
color Color
Résultat void