C# Class ComponentFactory.Krypton.Toolkit.PaletteTabBorder

Implement storage for palette tab border details.
Inheritance: PaletteBorder
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PaletteTabBorder ( IPaletteBorder inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteTabBorder class.

Method Details

PaletteTabBorder() public method

Initialize a new instance of the PaletteTabBorder class.
public PaletteTabBorder ( IPaletteBorder inherit, NeedPaintHandler needPaint ) : System
inherit IPaletteBorder Source for inheriting defaulted values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System