C# Class ComponentFactory.Krypton.Toolkit.CaptionValues

Storage for the group box caption values.
Inheritance: HeaderValuesBase
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CaptionValues ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the CaptionValues class.

Protected Methods

Method Description
GetDescriptionDefault ( ) : string

Gets the default description value.

GetHeadingDefault ( ) : string

Gets the default heading value.

GetImageDefault ( ) : Image

Gets the default image value.

Method Details

CaptionValues() public method

Initialize a new instance of the CaptionValues class.
public CaptionValues ( NeedPaintHandler needPaint ) : System
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System

GetDescriptionDefault() protected method

Gets the default description value.
protected GetDescriptionDefault ( ) : string
return string

GetHeadingDefault() protected method

Gets the default heading value.
protected GetHeadingDefault ( ) : string
return string

GetImageDefault() protected method

Gets the default image value.
protected GetImageDefault ( ) : Image
return Image