C# Class ZForge.Controls.ExplorerBar.TaskItemInfo

A class that contains system defined settings for TaskItems
Mostrar archivo Open project: zhuangyy/Motion Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeHotLinkColor bool
ShouldSerializeLinkColor bool
ShouldSerializeMargin bool
ShouldSerializePadding bool

Public Methods

Method Description
SetDefaultEmptyValues ( ) : void

Forces the use of default empty values

SetDefaultValues ( ) : void

Forces the use of default values

TaskItemInfo ( ) : System

Initializes a new instance of the TaskLinkInfo class with default settings

Private Methods

Method Description
ShouldSerializeHotLinkColor ( ) : bool

Specifies whether the HotLinkColor property should be serialized at design time

ShouldSerializeLinkColor ( ) : bool

Specifies whether the LinkColor property should be serialized at design time

ShouldSerializeMargin ( ) : bool

Specifies whether the Margin property should be serialized at design time

ShouldSerializePadding ( ) : bool

Specifies whether the Padding property should be serialized at design time

Method Details

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

TaskItemInfo() public method

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