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

Storage for header related properties.
상속: ComponentFactory.Krypton.Toolkit.Storage
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ShouldSerializeHeaderValuesPrimary bool
ShouldSerializeHeaderValuesSecondary bool

공개 메소드들

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

Initialize a new instance of the NavigatorHeader class.

비공개 메소드들

메소드 설명
ShouldSerializeHeaderValuesPrimary ( ) : bool
ShouldSerializeHeaderValuesSecondary ( ) : bool

메소드 상세

NavigatorHeader() 공개 메소드

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