C# Class ComponentFactory.Krypton.Toolkit.PaletteRedirectBreadCrumb

Redirect back/border/content based on the incoming grid state and style.
Inheritance: PaletteRedirect
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
GetBorderDrawBorders ( PaletteBorderStyle style, PaletteState state ) : PaletteDrawBorders

Gets a value indicating which borders to draw.

PaletteRedirectBreadCrumb ( IPalette target ) : System

Initialize a new instance of the PaletteRedirectBreadCrumb class.

Method Details

GetBorderDrawBorders() public method

Gets a value indicating which borders to draw.
public GetBorderDrawBorders ( PaletteBorderStyle style, PaletteState state ) : PaletteDrawBorders
style PaletteBorderStyle Border style.
state PaletteState Palette value should be applicable to this state.
return PaletteDrawBorders

PaletteRedirectBreadCrumb() public method

Initialize a new instance of the PaletteRedirectBreadCrumb class.
public PaletteRedirectBreadCrumb ( IPalette target ) : System
target IPalette Initial palette target for redirection.
return System