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

Storage for ribbon text values.
상속: Storage, IPaletteRibbonText
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetRibbonTextColor ( PaletteState state ) : Color

Gets the tab color for the item text.

PaletteRibbonText ( IPaletteRibbonText inheritText, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteRibbonText class.

PaletteRibbonText ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteRibbonText class.

PopulateFromBase ( PaletteState state ) : void

Populate values from the base palette.

ResetTextColor ( ) : void

Reset the TextColor to the default value.

SetInherit ( IPaletteRibbonText inheritText ) : void

Sets the inheritence parent.

메소드 상세

GetRibbonTextColor() 공개 메소드

Gets the tab color for the item text.
public GetRibbonTextColor ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

PaletteRibbonText() 공개 메소드

Initialize a new instance of the PaletteRibbonText class.
public PaletteRibbonText ( IPaletteRibbonText inheritText, NeedPaintHandler needPaint ) : System
inheritText IPaletteRibbonText Source for inheriting text values.
needPaint NeedPaintHandler Delegate for notifying changes in value.
리턴 System

PaletteRibbonText() 공개 메소드

Initialize a new instance of the PaletteRibbonText class.
public PaletteRibbonText ( NeedPaintHandler needPaint ) : System
needPaint NeedPaintHandler Delegate for notifying changes in value.
리턴 System

PopulateFromBase() 공개 메소드

Populate values from the base palette.
public PopulateFromBase ( PaletteState state ) : void
state PaletteState Palette state to use when populating.
리턴 void

ResetTextColor() 공개 메소드

Reset the TextColor to the default value.
public ResetTextColor ( ) : void
리턴 void

SetInherit() 공개 메소드

Sets the inheritence parent.
public SetInherit ( IPaletteRibbonText inheritText ) : void
inheritText IPaletteRibbonText
리턴 void