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

Implement storage for GroupBox states.
상속: PaletteDouble
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ShouldSerializeContent bool

공개 메소드들

메소드 설명
PaletteGroupBox ( PaletteGroupBoxRedirect inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteGroupBox class.

비공개 메소드들

메소드 설명
ShouldSerializeContent ( ) : bool

메소드 상세

PaletteGroupBox() 공개 메소드

Initialize a new instance of the PaletteGroupBox class.
public PaletteGroupBox ( PaletteGroupBoxRedirect inherit, NeedPaintHandler needPaint ) : System
inherit PaletteGroupBoxRedirect Source for inheriting palette defaulted values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
리턴 System