C# Class ComponentFactory.Krypton.Toolkit.PaletteTabBorder

Implement storage for palette tab border details.
Inheritance: PaletteBorder
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PaletteTabBorder ( IPaletteBorder inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteTabBorder class.

Method Details

PaletteTabBorder() public méthode

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.
Résultat System