C# 클래스 ComponentFactory.Krypton.Ribbon.PaletteGalleryRedirect

Implement storage for a gallery palette redirect.
상속: ComponentFactory.Krypton.Toolkit.PaletteMetricRedirect
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ShouldSerializeRibbonGalleryBack bool
ShouldSerializeRibbonGalleryBorder bool

공개 메소드들

메소드 설명
PaletteGalleryRedirect ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteGalleryRedirect class.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

보호된 메소드들

메소드 설명
OnNeedPaint ( object sender, bool needLayout ) : void

Handle a change event from palette source.

비공개 메소드들

메소드 설명
ShouldSerializeRibbonGalleryBack ( ) : bool
ShouldSerializeRibbonGalleryBorder ( ) : bool

메소드 상세

OnNeedPaint() 보호된 메소드

Handle a change event from palette source.
protected OnNeedPaint ( object sender, bool needLayout ) : void
sender object Source of the event.
needLayout bool True if a layout is also needed.
리턴 void

PaletteGalleryRedirect() 공개 메소드

Initialize a new instance of the PaletteGalleryRedirect class.
public PaletteGalleryRedirect ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System
redirect ComponentFactory.Krypton.Toolkit.PaletteRedirect Inheritence redirection instance.
needPaint NeedPaintHandler Paint delegate.
리턴 System

SetRedirector() 공개 메소드

Update the redirector with new reference.
public SetRedirector ( PaletteRedirect redirect ) : void
redirect ComponentFactory.Krypton.Toolkit.PaletteRedirect Target redirector.
리턴 void