C# Class ZForge.Controls.ExplorerBar.ExplorerBarInfo

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

Méthodes publiques

Méthode 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

Méthode Description
SetOfficialTheme ( bool officialTheme ) : void

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

Method Details

Dispose() public méthode

Releases all resources used by the ExplorerBarInfo
public Dispose ( ) : void
Résultat void

ExplorerBarInfo() public méthode

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

SetUnthemedArrowImages() public méthode

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

UseClassicTheme() public méthode

Force use of default values
public UseClassicTheme ( ) : void
Résultat void