C# Class ComponentFactory.Krypton.Toolkit.PaletteSplitContainer

Extend storage for the split container with background and border information combined with separator information.
Inheritance: PaletteDouble
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeSeparator bool

Public Methods

Method Description
PaletteSplitContainer ( IPaletteDouble inheritSplitContainer, IPaletteDouble inheritSeparator, IPaletteMetric inheritMetric, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteSplitContainer class.

Private Methods

Method Description
ShouldSerializeSeparator ( ) : bool

Method Details

PaletteSplitContainer() public method

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.
return System