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

Implement storage for other navigator appearance states.
상속: PaletteNavigatorOther
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ShouldSerializeSeparator bool

공개 메소드들

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

Initialize a new instance of the PaletteNavigatorOtherEx class.

SetInherit ( PaletteNavigator inheritNavigator ) : void

Sets the inheritence parent.

비공개 메소드들

메소드 설명
ShouldSerializeSeparator ( ) : bool

메소드 상세

PaletteNavigatorOtherEx() 공개 메소드

Initialize a new instance of the PaletteNavigatorOtherEx class.
public PaletteNavigatorOtherEx ( 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