ComponentFactory.Krypton.Toolkit.RenderBase.DrawRibbonDialogBoxLauncher C# (CSharp) Метод

DrawRibbonDialogBoxLauncher() публичный абстрактный Метод

Perform drawing of a ribbon dialog box launcher glyph.
public abstract DrawRibbonDialogBoxLauncher ( PaletteRibbonShape shape, RenderContext context, Rectangle displayRect, IPaletteRibbonGeneral paletteGeneral, PaletteState state ) : void
shape PaletteRibbonShape Ribbon shape.
context RenderContext Render context.
displayRect System.Drawing.Rectangle Display area available for drawing.
paletteGeneral IPaletteRibbonGeneral General ribbon palette details.
state PaletteState State associated with rendering.
Результат void
        public abstract void DrawRibbonDialogBoxLauncher(PaletteRibbonShape shape,
                                                         RenderContext context,
                                                         Rectangle displayRect,
                                                         IPaletteRibbonGeneral paletteGeneral,
                                                         PaletteState state);