C# Класс ComponentFactory.Krypton.Navigator.PaletteNavigator

Implement storage for normal and disable navigator appearance.
Наследование: ComponentFactory.Krypton.Toolkit.PaletteDoubleMetric
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ShouldSerializeBorderEdge bool
ShouldSerializeCheckButton bool
ShouldSerializeHeaderGroup bool
ShouldSerializeMiniButton bool
ShouldSerializeOverflowButton bool
ShouldSerializePage bool
ShouldSerializePanel bool
ShouldSerializeRibbonTab bool
ShouldSerializeSeparator bool
ShouldSerializeTab bool

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

Метод Описание
PaletteNavigator ( PaletteNavigatorRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteNavigatorNormabled class.

SetInherit ( PaletteNavigator inheritNavigator ) : void

Sets the inheritence parent.

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

Метод Описание
ShouldSerializeBorderEdge ( ) : bool
ShouldSerializeCheckButton ( ) : bool
ShouldSerializeHeaderGroup ( ) : bool
ShouldSerializeMiniButton ( ) : bool
ShouldSerializeOverflowButton ( ) : bool
ShouldSerializePage ( ) : bool
ShouldSerializePanel ( ) : bool
ShouldSerializeRibbonTab ( ) : bool
ShouldSerializeSeparator ( ) : bool
ShouldSerializeTab ( ) : bool

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

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

Initialize a new instance of the PaletteNavigatorNormabled class.
public PaletteNavigator ( PaletteNavigatorRedirect redirect, NeedPaintHandler needPaint ) : System
redirect PaletteNavigatorRedirect Inheritence redirection instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Результат System

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

Sets the inheritence parent.
public SetInherit ( PaletteNavigator inheritNavigator ) : void
inheritNavigator PaletteNavigator Source for inheriting.
Результат void