C# 클래스 ComponentFactory.Krypton.Ribbon.RibbonRecentDocsShortcutToContent

상속: RibbonRecentDocsEntryToContent
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

GetContentShortTextPrefix() 공개 메소드

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

RibbonRecentDocsShortcutToContent() 공개 메소드

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.
리턴 System