C# 클래스 ZForge.Controls.ExplorerBar.ExplorerBarInfo

A class that contains system defined settings for an XPExplorerBar
상속: IDisposable
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
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