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

Details for palette layout events.
상속: NeedLayoutEventArgs
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
PaletteLayoutEventArgs ( bool needLayout, bool needColorTable ) : System

Initialize a new instance of the PaletteLayoutEventArgs class.

메소드 상세

PaletteLayoutEventArgs() 공개 메소드

Initialize a new instance of the PaletteLayoutEventArgs class.
public PaletteLayoutEventArgs ( bool needLayout, bool needColorTable ) : System
needLayout bool Does the layout need regenerating.
needColorTable bool Have the color table values changed?
리턴 System