C# Class ComponentFactory.Krypton.Ribbon.RibbonRecentDocsTitleToContent

Inheritance: RibbonToContent
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Remove any cached resources.

GetContentLongTextColor1 ( PaletteState state ) : Color

Gets the first back color for the long text.

GetContentLongTextColor2 ( PaletteState state ) : Color

Gets the second back color for the long text.

GetContentPadding ( PaletteState state ) : Padding

Gets the padding between the border and content drawing.

GetContentShortTextColor1 ( PaletteState state ) : Color

Gets the first back color for the short text.

GetContentShortTextColor2 ( PaletteState state ) : Color

Gets the second back color for the short text.

GetContentShortTextFont ( PaletteState state ) : Font

Gets the font for the short text.

GetContentShortTextH ( PaletteState state ) : PaletteRelativeAlign

Gets the horizontal relative alignment of the short text.

RibbonRecentDocsTitleToContent ( PaletteRibbonGeneral ribbonGeneral, IPaletteRibbonText ribbonRecentTitleText ) : System

Initialize a new instance of the RibbonRecentDocsToContent class.

Method Details

Dispose() public méthode

Remove any cached resources.
public Dispose ( ) : void
Résultat void

GetContentLongTextColor1() public méthode

Gets the first back color for the long text.
public GetContentLongTextColor1 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Résultat Color

GetContentLongTextColor2() public méthode

Gets the second back color for the long text.
public GetContentLongTextColor2 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Résultat Color

GetContentPadding() public méthode

Gets the padding between the border and content drawing.
public GetContentPadding ( PaletteState state ) : Padding
state PaletteState Palette value should be applicable to this state.
Résultat Padding

GetContentShortTextColor1() public méthode

Gets the first back color for the short text.
public GetContentShortTextColor1 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Résultat Color

GetContentShortTextColor2() public méthode

Gets the second back color for the short text.
public GetContentShortTextColor2 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Résultat Color

GetContentShortTextFont() public méthode

Gets the font for the short text.
public GetContentShortTextFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
Résultat System.Drawing.Font

GetContentShortTextH() public méthode

Gets the horizontal relative alignment of the short text.
public GetContentShortTextH ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
Résultat PaletteRelativeAlign

RibbonRecentDocsTitleToContent() public méthode

Initialize a new instance of the RibbonRecentDocsToContent class.
public RibbonRecentDocsTitleToContent ( PaletteRibbonGeneral ribbonGeneral, IPaletteRibbonText ribbonRecentTitleText ) : System
ribbonGeneral ComponentFactory.Krypton.Toolkit.PaletteRibbonGeneral Source for general ribbon settings.
ribbonRecentTitleText IPaletteRibbonText Source for ribbon recent document title settings.
Résultat System