C# Class ZForge.Controls.ExplorerBar.XPCheckedListBox

Inheritance: System.Windows.Forms.ListBox
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
XPCheckedListBox ( ) : System

Initializes a new instance of the XPCheckedListBox class with default settings

Méthodes protégées

Méthode Description
OnSystemColorsChanged ( EventArgs e ) : void

Raises the SystemColorsChanged event

WndProc ( Message &m ) : void

Processes Windows messages

Method Details

OnSystemColorsChanged() protected méthode

Raises the SystemColorsChanged event
protected OnSystemColorsChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data
Résultat void

WndProc() protected méthode

Processes Windows messages
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message The Windows Message to process
Résultat void

XPCheckedListBox() public méthode

Initializes a new instance of the XPCheckedListBox class with default settings
public XPCheckedListBox ( ) : System
Résultat System