C# 클래스 ComponentFactory.Krypton.Toolkit.HeaderGroupValuesSecondary

Storage for the secondary header of the header group control.
상속: HeaderValuesBase
파일 보기 프로젝트 열기: ComponentFactory/Krypton

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
HeaderGroupValuesSecondary ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the HeaderGroupValuesSecondary class.

보호된 메소드들

메소드 설명
GetDescriptionDefault ( ) : string

Gets the default description value.

GetHeadingDefault ( ) : string

Gets the default heading value.

GetImageDefault ( ) : Image

Gets the default image value.

메소드 상세

GetDescriptionDefault() 보호된 메소드

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

GetHeadingDefault() 보호된 메소드

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

GetImageDefault() 보호된 메소드

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

HeaderGroupValuesSecondary() 공개 메소드

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