C# Class ZForge.Controls.ExplorerBar.ExplorerBarInfo

A class that contains system defined settings for an XPExplorerBar
Inheritance: IDisposable
Mostra file Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
SetOfficialTheme ( bool officialTheme ) : void

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

Method Details

Dispose() public method

Releases all resources used by the ExplorerBarInfo
public Dispose ( ) : void
return void

ExplorerBarInfo() public method

Initializes a new instance of the ExplorerBarInfo class with default settings
public ExplorerBarInfo ( ) : System
return System

SetUnthemedArrowImages() public method

Sets the arrow images for use when theming is not supported
public SetUnthemedArrowImages ( ) : void
return void

UseClassicTheme() public method

Force use of default values
public UseClassicTheme ( ) : void
return void