C# Класс ZForge.Controls.ExplorerBar.XPCheckedListBox

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

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

Метод Описание
XPCheckedListBox ( ) : System

Initializes a new instance of the XPCheckedListBox class with default settings

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

Метод Описание
OnSystemColorsChanged ( EventArgs e ) : void

Raises the SystemColorsChanged event

WndProc ( Message &m ) : void

Processes Windows messages

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

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

Raises the SystemColorsChanged event
protected OnSystemColorsChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data
Результат void

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

Processes Windows messages
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message The Windows Message to process
Результат void

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

Initializes a new instance of the XPCheckedListBox class with default settings
public XPCheckedListBox ( ) : System
Результат System