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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Initialize a new instance of the HeaderGroupValuesPrimary class.

보호된 메소드들

메소드 설명
GetDescriptionDefault ( ) : string

Gets the default description value.

GetHeadingDefault ( ) : string

Gets the default heading value.

메소드 상세

GetDescriptionDefault() 보호된 메소드

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

GetHeadingDefault() 보호된 메소드

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

HeaderGroupValuesPrimary() 공개 메소드

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