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

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

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

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

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

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

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