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

Colors associated with menus and tool strip.
상속: Storage
파일 보기 프로젝트 열기: ComponentFactory/Krypton

Private Properties

프로퍼티 타입 설명
KryptonPaletteTMS System
ShouldSerializeButton bool
ShouldSerializeGrip bool
ShouldSerializeMenu bool
ShouldSerializeMenuStrip bool
ShouldSerializeRafting bool
ShouldSerializeSeparator bool
ShouldSerializeStatusStrip bool
ShouldSerializeToolStrip bool

공개 메소드들

메소드 설명
PopulateFromBase ( ) : void

Populate values from the base palette.

ResetUseRoundedEdges ( ) : void

esets the UseRoundedEdges property to its default value.

비공개 메소드들

메소드 설명
KryptonPaletteTMS ( IPalette palette, KryptonColorTable baseKCT, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteKCT class.

ShouldSerializeButton ( ) : bool
ShouldSerializeGrip ( ) : bool
ShouldSerializeMenu ( ) : bool
ShouldSerializeMenuStrip ( ) : bool
ShouldSerializeRafting ( ) : bool
ShouldSerializeSeparator ( ) : bool
ShouldSerializeStatusStrip ( ) : bool
ShouldSerializeToolStrip ( ) : bool

메소드 상세

PopulateFromBase() 공개 메소드

Populate values from the base palette.
public PopulateFromBase ( ) : void
리턴 void

ResetUseRoundedEdges() 공개 메소드

esets the UseRoundedEdges property to its default value.
public ResetUseRoundedEdges ( ) : void
리턴 void