C# 클래스 ComponentFactory.Krypton.Navigator.HeaderGroupMappingSecondary

Storage and mapping for secondary header.
상속: HeaderGroupMappingBase
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
HeaderGroupMappingSecondary ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System

Initialize a new instance of the HeaderGroupMappingSecondary class.

보호된 메소드들

메소드 설명
GetDescriptionDefault ( ) : string

Gets the default description value.

GetHeadingDefault ( ) : string

Gets the default heading value.

GetImageDefault ( ) : Image

Gets the default image value.

GetMapDescriptionDefault ( ) : MapKryptonPageText

Gets the default description mapping value.

GetMapHeadingDefault ( ) : MapKryptonPageText

Gets the default heading mapping value.

GetMapImageDefault ( ) : MapKryptonPageImage

Gets the default image mapping 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

GetMapDescriptionDefault() 보호된 메소드

Gets the default description mapping value.
protected GetMapDescriptionDefault ( ) : MapKryptonPageText
리턴 MapKryptonPageText

GetMapHeadingDefault() 보호된 메소드

Gets the default heading mapping value.
protected GetMapHeadingDefault ( ) : MapKryptonPageText
리턴 MapKryptonPageText

GetMapImageDefault() 보호된 메소드

Gets the default image mapping value.
protected GetMapImageDefault ( ) : MapKryptonPageImage
리턴 MapKryptonPageImage

HeaderGroupMappingSecondary() 공개 메소드

Initialize a new instance of the HeaderGroupMappingSecondary class.
public HeaderGroupMappingSecondary ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System
navigator KryptonNavigator Reference to owning navogator instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
리턴 System