C# Class ComponentFactory.Krypton.Ribbon.PaletteRibbonRedirect

Implement storage for a ribbon palette.
Inheritance: ComponentFactory.Krypton.Toolkit.PaletteMetricRedirect
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
ShouldSerializeRibbonAppButton bool
ShouldSerializeRibbonAppMenuDocs bool
ShouldSerializeRibbonAppMenuDocsEntry bool
ShouldSerializeRibbonAppMenuDocsTitle bool
ShouldSerializeRibbonAppMenuInner bool
ShouldSerializeRibbonAppMenuOuter bool
ShouldSerializeRibbonGeneral bool
ShouldSerializeRibbonGroupArea bool
ShouldSerializeRibbonGroupButtonText bool
ShouldSerializeRibbonGroupCheckBoxText bool
ShouldSerializeRibbonGroupCollapsedBack bool
ShouldSerializeRibbonGroupCollapsedBorder bool
ShouldSerializeRibbonGroupCollapsedFrameBack bool
ShouldSerializeRibbonGroupCollapsedFrameBorder bool
ShouldSerializeRibbonGroupCollapsedText bool
ShouldSerializeRibbonGroupLabelText bool
ShouldSerializeRibbonGroupNormalBorder bool
ShouldSerializeRibbonGroupNormalTitle bool
ShouldSerializeRibbonGroupRadioButtonText bool
ShouldSerializeRibbonImages bool
ShouldSerializeRibbonQATFullbar bool
ShouldSerializeRibbonQATMinibarActive bool
ShouldSerializeRibbonQATMinibarInactive bool
ShouldSerializeRibbonQATOverflow bool
ShouldSerializeRibbonTab bool

Méthodes publiques

Méthode Description
PaletteRibbonRedirect ( PaletteRedirect redirect, PaletteBackStyle panelBackStyle, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteDoubleRedirect class.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

Méthodes protégées

Méthode Description
OnNeedPaint ( object sender, bool needLayout ) : void

Handle a change event from palette source.

Private Methods

Méthode Description
ShouldSerializeRibbonAppButton ( ) : bool
ShouldSerializeRibbonAppMenuDocs ( ) : bool
ShouldSerializeRibbonAppMenuDocsEntry ( ) : bool
ShouldSerializeRibbonAppMenuDocsTitle ( ) : bool
ShouldSerializeRibbonAppMenuInner ( ) : bool
ShouldSerializeRibbonAppMenuOuter ( ) : bool
ShouldSerializeRibbonGeneral ( ) : bool
ShouldSerializeRibbonGroupArea ( ) : bool
ShouldSerializeRibbonGroupButtonText ( ) : bool
ShouldSerializeRibbonGroupCheckBoxText ( ) : bool
ShouldSerializeRibbonGroupCollapsedBack ( ) : bool
ShouldSerializeRibbonGroupCollapsedBorder ( ) : bool
ShouldSerializeRibbonGroupCollapsedFrameBack ( ) : bool
ShouldSerializeRibbonGroupCollapsedFrameBorder ( ) : bool
ShouldSerializeRibbonGroupCollapsedText ( ) : bool
ShouldSerializeRibbonGroupLabelText ( ) : bool
ShouldSerializeRibbonGroupNormalBorder ( ) : bool
ShouldSerializeRibbonGroupNormalTitle ( ) : bool
ShouldSerializeRibbonGroupRadioButtonText ( ) : bool
ShouldSerializeRibbonImages ( ) : bool
ShouldSerializeRibbonQATFullbar ( ) : bool
ShouldSerializeRibbonQATMinibarActive ( ) : bool
ShouldSerializeRibbonQATMinibarInactive ( ) : bool
ShouldSerializeRibbonQATOverflow ( ) : bool
ShouldSerializeRibbonTab ( ) : bool

Method Details

OnNeedPaint() protected méthode

Handle a change event from palette source.
protected OnNeedPaint ( object sender, bool needLayout ) : void
sender object Source of the event.
needLayout bool True if a layout is also needed.
Résultat void

PaletteRibbonRedirect() public méthode

Initialize a new instance of the PaletteDoubleRedirect class.
public PaletteRibbonRedirect ( PaletteRedirect redirect, PaletteBackStyle panelBackStyle, NeedPaintHandler needPaint ) : System
redirect ComponentFactory.Krypton.Toolkit.PaletteRedirect Inheritence redirection instance.
panelBackStyle PaletteBackStyle Initial background style.
needPaint NeedPaintHandler Paint delegate.
Résultat System

SetRedirector() public méthode

Update the redirector with new reference.
public SetRedirector ( PaletteRedirect redirect ) : void
redirect ComponentFactory.Krypton.Toolkit.PaletteRedirect Target redirector.
Résultat void