C# Class ZForge.Controls.ExplorerBar.TaskPaneInfo

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

Private Properties

Свойство Type Description
ShouldSerializeGradientEndColor bool
ShouldSerializeGradientStartColor bool
ShouldSerializePadding bool

Méthodes publiques

Méthode Description
Dispose ( ) : void

Releases all resources used by the TaskPaneInfo

SetDefaultEmptyValues ( ) : void

Forces the use of default empty values

SetDefaultValues ( ) : void

Forces the use of default values

TaskPaneInfo ( ) : System

Initializes a new instance of the TaskPaneInfo class with default settings

Private Methods

Méthode Description
ShouldSerializeGradientEndColor ( ) : bool

Specifies whether the GradientEndColor property should be serialized at design time

ShouldSerializeGradientStartColor ( ) : bool

Specifies whether the GradientStartColor property should be serialized at design time

ShouldSerializePadding ( ) : bool

Specifies whether the Padding property should be serialized at design time

Method Details

Dispose() public méthode

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

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

TaskPaneInfo() public méthode

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