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

Extend storage for the split container with background and border information combined with separator information.
상속: PaletteDouble
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ShouldSerializeSeparator bool

공개 메소드들

메소드 설명
PaletteSplitContainer ( IPaletteDouble inheritSplitContainer, IPaletteDouble inheritSeparator, IPaletteMetric inheritMetric, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteSplitContainer class.

비공개 메소드들

메소드 설명
ShouldSerializeSeparator ( ) : bool

메소드 상세

PaletteSplitContainer() 공개 메소드

Initialize a new instance of the PaletteSplitContainer class.
public PaletteSplitContainer ( IPaletteDouble inheritSplitContainer, IPaletteDouble inheritSeparator, IPaletteMetric inheritMetric, NeedPaintHandler needPaint ) : System
inheritSplitContainer IPaletteDouble Source for inheriting back/border defaulted values.
inheritSeparator IPaletteDouble Source for inheriting separator defaulted values.
inheritMetric IPaletteMetric Source for inheriting separator metric values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
리턴 System