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

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

Private Properties

Свойство Тип Описание
SetUnthemedArrowImages void
ShouldSerializeNormalBackColor bool
ShouldSerializeNormalBorder bool
ShouldSerializeNormalBorderColor bool
ShouldSerializeNormalGradientEndColor bool
ShouldSerializeNormalGradientStartColor bool
ShouldSerializeNormalPadding bool
ShouldSerializeNormalTitleColor bool
ShouldSerializeNormalTitleHotColor bool
ShouldSerializeSpecialBackColor bool
ShouldSerializeSpecialBorder bool
ShouldSerializeSpecialBorderColor bool
ShouldSerializeSpecialGradientEndColor bool
ShouldSerializeSpecialGradientStartColor bool
ShouldSerializeSpecialPadding bool
ShouldSerializeSpecialTitleColor bool
ShouldSerializeSpecialTitleHotColor bool

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

Метод Описание
Dispose ( ) : void

Releases all resources used by the HeaderInfo

HeaderInfo ( ) : System

Initializes a new instance of the HeaderInfo class with default settings

SetDefaultEmptyValues ( ) : void

Forces the use of default empty values

SetDefaultValues ( ) : void

Forces the use of default values

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

Метод Описание
SetUnthemedArrowImages ( ) : void

Sets the arrow images for use when theming is not supported

ShouldSerializeNormalBackColor ( ) : bool

Specifies whether the NormalBackColor property should be serialized at design time

ShouldSerializeNormalBorder ( ) : bool

Specifies whether the NormalBorder property should be serialized at design time

ShouldSerializeNormalBorderColor ( ) : bool

Specifies whether the NormalBorderColor property should be serialized at design time

ShouldSerializeNormalGradientEndColor ( ) : bool

Specifies whether the NormalGradientEndColor property should be serialized at design time

ShouldSerializeNormalGradientStartColor ( ) : bool

Specifies whether the NormalGradientStartColor property should be serialized at design time

ShouldSerializeNormalPadding ( ) : bool

Specifies whether the NormalPadding property should be serialized at design time

ShouldSerializeNormalTitleColor ( ) : bool

Specifies whether the NormalTitleColor property should be serialized at design time

ShouldSerializeNormalTitleHotColor ( ) : bool

Specifies whether the NormalTitleHotColor property should be serialized at design time

ShouldSerializeSpecialBackColor ( ) : bool

Specifies whether the SpecialBackColor property should be serialized at design time

ShouldSerializeSpecialBorder ( ) : bool

Specifies whether the SpecialBorder property should be serialized at design time

ShouldSerializeSpecialBorderColor ( ) : bool

Specifies whether the SpecialBorderColor property should be serialized at design time

ShouldSerializeSpecialGradientEndColor ( ) : bool

Specifies whether the SpecialGradientEndColor property should be serialized at design time

ShouldSerializeSpecialGradientStartColor ( ) : bool

Specifies whether the SpecialGradientStartColor property should be serialized at design time

ShouldSerializeSpecialPadding ( ) : bool

Specifies whether the SpecialPadding property should be serialized at design time

ShouldSerializeSpecialTitleColor ( ) : bool

Specifies whether the SpecialTitleColor property should be serialized at design time

ShouldSerializeSpecialTitleHotColor ( ) : bool

Specifies whether the SpecialTitleHotColor property should be serialized at design time

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

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

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

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

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

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

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

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

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