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

Redirect requests for image/text colors to remap.
상속: ButtonSpecRemapByContentBase
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
ButtonSpecRemapByContentCache ( IPalette target, ButtonSpec buttonSpec ) : System

Initialize a new instance of the ButtonSpecRemapByContentCache class.

SetPaletteContent ( IPaletteContent paletteContent ) : void

Set the palette content to use for remapping.

SetPaletteState ( PaletteState paletteState ) : void

Set the palette state of the remapping element.

메소드 상세

ButtonSpecRemapByContentCache() 공개 메소드

Initialize a new instance of the ButtonSpecRemapByContentCache class.
public ButtonSpecRemapByContentCache ( IPalette target, ButtonSpec buttonSpec ) : System
target IPalette Initial palette target for redirection.
buttonSpec ButtonSpec Reference to button specification.
리턴 System

SetPaletteContent() 공개 메소드

Set the palette content to use for remapping.
public SetPaletteContent ( IPaletteContent paletteContent ) : void
paletteContent IPaletteContent Palette for requesting foreground colors.
리턴 void

SetPaletteState() 공개 메소드

Set the palette state of the remapping element.
public SetPaletteState ( PaletteState paletteState ) : void
paletteState PaletteState Palette state.
리턴 void