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

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

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

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

Initializes a new instance of the XPListBox 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

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

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