C# Класс ZForge.Controls.ExplorerBar.TaskItemInfo

A class that contains system defined settings for TaskItems
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ShouldSerializeHotLinkColor bool
ShouldSerializeLinkColor bool
ShouldSerializeMargin bool
ShouldSerializePadding bool

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

SetDefaultEmptyValues() публичный Метод

Forces the use of default empty values
public SetDefaultEmptyValues ( ) : void
Результат void

SetDefaultValues() публичный Метод

Forces the use of default values
public SetDefaultValues ( ) : void
Результат void

TaskItemInfo() публичный Метод

Initializes a new instance of the TaskLinkInfo class with default settings
public TaskItemInfo ( ) : System
Результат System