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

Implement storage for normal and disable navigator appearance.
상속: ComponentFactory.Krypton.Toolkit.PaletteDoubleMetric
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ShouldSerializeBorderEdge bool
ShouldSerializeCheckButton bool
ShouldSerializeHeaderGroup bool
ShouldSerializeMiniButton bool
ShouldSerializeOverflowButton bool
ShouldSerializePage bool
ShouldSerializePanel bool
ShouldSerializeRibbonTab bool
ShouldSerializeSeparator bool
ShouldSerializeTab bool

공개 메소드들

메소드 설명
PaletteNavigator ( PaletteNavigatorRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteNavigatorNormabled class.

SetInherit ( PaletteNavigator inheritNavigator ) : void

Sets the inheritence parent.

비공개 메소드들

메소드 설명
ShouldSerializeBorderEdge ( ) : bool
ShouldSerializeCheckButton ( ) : bool
ShouldSerializeHeaderGroup ( ) : bool
ShouldSerializeMiniButton ( ) : bool
ShouldSerializeOverflowButton ( ) : bool
ShouldSerializePage ( ) : bool
ShouldSerializePanel ( ) : bool
ShouldSerializeRibbonTab ( ) : bool
ShouldSerializeSeparator ( ) : bool
ShouldSerializeTab ( ) : bool

메소드 상세

PaletteNavigator() 공개 메소드

Initialize a new instance of the PaletteNavigatorNormabled class.
public PaletteNavigator ( PaletteNavigatorRedirect redirect, NeedPaintHandler needPaint ) : System
redirect PaletteNavigatorRedirect Inheritence redirection instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
리턴 System

SetInherit() 공개 메소드

Sets the inheritence parent.
public SetInherit ( PaletteNavigator inheritNavigator ) : void
inheritNavigator PaletteNavigator Source for inheriting.
리턴 void