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

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

Private Properties

프로퍼티 타입 설명
ShouldSerializeNormalBackColor bool
ShouldSerializeNormalBorder bool
ShouldSerializeNormalBorderColor bool
ShouldSerializeNormalPadding bool
ShouldSerializeSpecialBackColor bool
ShouldSerializeSpecialBorder bool
ShouldSerializeSpecialBorderColor bool
ShouldSerializeSpecialPadding bool

공개 메소드들

메소드 설명
Dispose ( ) : void

Releases all resources used by the ExpandoInfo

ExpandoInfo ( ) : System

Initializes a new instance of the ExpandoInfo class with default settings

SetDefaultEmptyValues ( ) : void

Forces the use of default empty values

SetDefaultValues ( ) : void

Forces the use of default values

비공개 메소드들

메소드 설명
ShouldSerializeNormalBackColor ( ) : bool

Specifies whether the NormalBackColor property should be serialized at design time

ShouldSerializeNormalBorder ( ) : bool

Specifies whether the NormalBorder property should be serialized at design time

ShouldSerializeNormalBorderColor ( ) : bool

Specifies whether the NormalBorderColor property should be serialized at design time

ShouldSerializeNormalPadding ( ) : bool

Specifies whether the NormalPadding property should be serialized at design time

ShouldSerializeSpecialBackColor ( ) : bool

Specifies whether the SpecialBackColor property should be serialized at design time

ShouldSerializeSpecialBorder ( ) : bool

Specifies whether the SpecialBorder property should be serialized at design time

ShouldSerializeSpecialBorderColor ( ) : bool

Specifies whether the SpecialBorderColor property should be serialized at design time

ShouldSerializeSpecialPadding ( ) : bool

Specifies whether the SpecialPadding property should be serialized at design time

메소드 상세

Dispose() 공개 메소드

Releases all resources used by the ExpandoInfo
public Dispose ( ) : void
리턴 void

ExpandoInfo() 공개 메소드

Initializes a new instance of the ExpandoInfo class with default settings
public ExpandoInfo ( ) : System
리턴 System

SetDefaultEmptyValues() 공개 메소드

Forces the use of default empty values
public SetDefaultEmptyValues ( ) : void
리턴 void

SetDefaultValues() 공개 메소드

Forces the use of default values
public SetDefaultValues ( ) : void
리턴 void