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

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

Private Properties

Свойство Тип Описание
ShouldSerializeGradientEndColor bool
ShouldSerializeGradientStartColor bool
ShouldSerializePadding bool

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

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

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

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

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

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

Releases all resources used by the TaskPaneInfo
public Dispose ( ) : void
Результат void

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

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

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

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

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

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