C# Class ZForge.Controls.ExplorerBar.TaskPaneInfo

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

Private Properties

Property Type Description
ShouldSerializeGradientEndColor bool
ShouldSerializeGradientStartColor bool
ShouldSerializePadding bool

Public Methods

Method 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

Method 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 method

Releases all resources used by the TaskPaneInfo
public Dispose ( ) : void
return void

SetDefaultEmptyValues() public method

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

SetDefaultValues() public method

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

TaskPaneInfo() public method

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