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

Redirect all triple requests directly to the redirector with a fixed state.
상속: IPaletteTriple
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PaletteTripleToPalette ( IPalette palette, PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, PaletteContentStyle contentStyle ) : System

Initialize a new instance of the PaletteTripleToPalette class.

SetStyles ( ButtonStyle buttonStyle ) : void

Update the palette styles using a button style.

SetStyles ( PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, PaletteContentStyle contentStyle ) : void

Update each individual style.

메소드 상세

PaletteTripleToPalette() 공개 메소드

Initialize a new instance of the PaletteTripleToPalette class.
public PaletteTripleToPalette ( IPalette palette, PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, PaletteContentStyle contentStyle ) : System
palette IPalette Inheritence of values.
backStyle PaletteBackStyle Initial background style.
borderStyle PaletteBorderStyle Initial border style.
contentStyle PaletteContentStyle Initial content style.
리턴 System

SetStyles() 공개 메소드

Update the palette styles using a button style.
public SetStyles ( ButtonStyle buttonStyle ) : void
buttonStyle ButtonStyle New button style.
리턴 void

SetStyles() 공개 메소드

Update each individual style.
public SetStyles ( PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, PaletteContentStyle contentStyle ) : void
backStyle PaletteBackStyle New background style.
borderStyle PaletteBorderStyle New border style.
contentStyle PaletteContentStyle New content style.
리턴 void