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

Storage for the group box caption values.
상속: HeaderValuesBase
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Initialize a new instance of the CaptionValues class.

보호된 메소드들

메소드 설명
GetDescriptionDefault ( ) : string

Gets the default description value.

GetHeadingDefault ( ) : string

Gets the default heading value.

GetImageDefault ( ) : Image

Gets the default image value.

메소드 상세

CaptionValues() 공개 메소드

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

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