C# Class CommonTools.ColorListBox

Inheritance: System.Windows.Forms.ListBox
Mostrar archivo Open project: Nullstr1ng/MultiRDPClient.NET

Private Properties

Property Type Description
ColorIndex int
RemoveCustomColor void
SetCustomColor int

Public Methods

Method Description
ColorListBox ( ) : System
SelectColor ( Color color ) : void

Protected Methods

Method Description
ColorListBox ( Type colorType ) : System
OnDrawItem ( DrawItemEventArgs e ) : void

Private Methods

Method Description
ColorIndex ( Color color ) : int
RemoveCustomColor ( ) : void
SetCustomColor ( Color col ) : int

Method Details

ColorListBox() public method

public ColorListBox ( ) : System
return System

ColorListBox() protected method

protected ColorListBox ( Type colorType ) : System
colorType System.Type
return System

OnDrawItem() protected method

protected OnDrawItem ( DrawItemEventArgs e ) : void
e System.Windows.Forms.DrawItemEventArgs
return void

SelectColor() public method

public SelectColor ( Color color ) : void
color Color
return void