C# Class ComponentFactory.Krypton.Toolkit.PaletteContextMenuRedirect

Redirect storage for KryptonContextMenu common values.
Inheritance: Storage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
ShouldSerializeControlInner bool
ShouldSerializeControlOuter bool
ShouldSerializeHeading bool
ShouldSerializeItemHighlight bool
ShouldSerializeItemImage bool
ShouldSerializeItemImageColumn bool
ShouldSerializeItemItemSplit bool
ShouldSerializeItemShortcutText bool
ShouldSerializeItemTextAlternate bool
ShouldSerializeItemTextStandard bool
ShouldSerializeSeparator bool

Méthodes publiques

Méthode Description
PaletteContextMenuRedirect ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteContextMenuRedirect class.

PopulateFromBase ( KryptonPaletteCommon common, PaletteState state ) : void

Populate values from the base palette.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

Private Methods

Méthode Description
ShouldSerializeControlInner ( ) : bool
ShouldSerializeControlOuter ( ) : bool
ShouldSerializeHeading ( ) : bool
ShouldSerializeItemHighlight ( ) : bool
ShouldSerializeItemImage ( ) : bool
ShouldSerializeItemImageColumn ( ) : bool
ShouldSerializeItemItemSplit ( ) : bool
ShouldSerializeItemShortcutText ( ) : bool
ShouldSerializeItemTextAlternate ( ) : bool
ShouldSerializeItemTextStandard ( ) : bool
ShouldSerializeSeparator ( ) : bool

Method Details

PaletteContextMenuRedirect() public méthode

Initialize a new instance of the PaletteContextMenuRedirect class.
public PaletteContextMenuRedirect ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System
redirect PaletteRedirect Inheritence redirection.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Résultat System

PopulateFromBase() public méthode

Populate values from the base palette.
public PopulateFromBase ( KryptonPaletteCommon common, PaletteState state ) : void
common KryptonPaletteCommon Reference to common settings.
state PaletteState State to inherit.
Résultat void

SetRedirector() public méthode

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