C# Class ZForge.Controls.ExplorerBar.ExpandoInfo

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

Private Properties

Свойство Type Description
ShouldSerializeNormalBackColor bool
ShouldSerializeNormalBorder bool
ShouldSerializeNormalBorderColor bool
ShouldSerializeNormalPadding bool
ShouldSerializeSpecialBackColor bool
ShouldSerializeSpecialBorder bool
ShouldSerializeSpecialBorderColor bool
ShouldSerializeSpecialPadding bool

Méthodes publiques

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

Private Methods

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

Method Details

Dispose() public méthode

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

ExpandoInfo() public méthode

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

SetDefaultEmptyValues() public méthode

Forces the use of default empty values
public SetDefaultEmptyValues ( ) : void
Résultat void

SetDefaultValues() public méthode

Forces the use of default values
public SetDefaultValues ( ) : void
Résultat void