C# Класс ComponentFactory.Krypton.Toolkit.PaletteSplitContainer

Extend storage for the split container with background and border information combined with separator information.
Наследование: PaletteDouble
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ShouldSerializeSeparator bool

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

Метод Описание
PaletteSplitContainer ( IPaletteDouble inheritSplitContainer, IPaletteDouble inheritSeparator, IPaletteMetric inheritMetric, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteSplitContainer class.

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

Метод Описание
ShouldSerializeSeparator ( ) : bool

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

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

Initialize a new instance of the PaletteSplitContainer class.
public PaletteSplitContainer ( IPaletteDouble inheritSplitContainer, IPaletteDouble inheritSeparator, IPaletteMetric inheritMetric, NeedPaintHandler needPaint ) : System
inheritSplitContainer IPaletteDouble Source for inheriting back/border defaulted values.
inheritSeparator IPaletteDouble Source for inheriting separator defaulted values.
inheritMetric IPaletteMetric Source for inheriting separator metric values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Результат System