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

A class that contains system defined settings for an XPExplorerBar
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void

Releases all resources used by the ExplorerBarInfo

ExplorerBarInfo ( ) : System

Initializes a new instance of the ExplorerBarInfo class with default settings

SetUnthemedArrowImages ( ) : void

Sets the arrow images for use when theming is not supported

UseClassicTheme ( ) : void

Force use of default values

Приватные методы

Метод Описание
SetOfficialTheme ( bool officialTheme ) : void

Sets whether the ExplorerBarInfo contains settings for an official Windows XP Visual Style

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

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

Releases all resources used by the ExplorerBarInfo
public Dispose ( ) : void
Результат void

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

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

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

Sets the arrow images for use when theming is not supported
public SetUnthemedArrowImages ( ) : void
Результат void

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

Force use of default values
public UseClassicTheme ( ) : void
Результат void