C# 클래스 ComponentFactory.Krypton.Toolkit.PaletteElementColorRedirect

Storage for element color values.
상속: PaletteElementColor
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
PaletteElementColorRedirect ( PaletteRedirect redirect, PaletteElement element, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteElementColorRedirect class.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

메소드 상세

PaletteElementColorRedirect() 공개 메소드

Initialize a new instance of the PaletteElementColorRedirect class.
public PaletteElementColorRedirect ( PaletteRedirect redirect, PaletteElement element, NeedPaintHandler needPaint ) : System
redirect PaletteRedirect Source for inheriting values.
element PaletteElement Element value.
needPaint NeedPaintHandler Delegate for notifying changes in value.
리턴 System

SetRedirector() 공개 메소드

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