C# Class ComponentFactory.Krypton.Ribbon.RibbonRecentDocsShortcutToContent

Inheritance: RibbonRecentDocsEntryToContent
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
GetContentShortTextPrefix ( PaletteState state ) : PaletteTextHotkeyPrefix

Gets the prefix drawing setting for short text.

RibbonRecentDocsShortcutToContent ( PaletteRibbonGeneral ribbonGeneral, IPaletteRibbonText ribbonRecentDocEntryText ) : System

Initialize a new instance of the RibbonRecentDocsShortcutToContent class.

Method Details

GetContentShortTextPrefix() public method

Gets the prefix drawing setting for short text.
public GetContentShortTextPrefix ( PaletteState state ) : PaletteTextHotkeyPrefix
state PaletteState Palette value should be applicable to this state.
return PaletteTextHotkeyPrefix

RibbonRecentDocsShortcutToContent() public method

Initialize a new instance of the RibbonRecentDocsShortcutToContent class.
public RibbonRecentDocsShortcutToContent ( PaletteRibbonGeneral ribbonGeneral, IPaletteRibbonText ribbonRecentDocEntryText ) : System
ribbonGeneral ComponentFactory.Krypton.Toolkit.PaletteRibbonGeneral Source for general ribbon settings.
ribbonRecentDocEntryText IPaletteRibbonText Source for ribbon recent document entry settings.
return System