RibbonRenderer Class

Provides render functionallity for the Ribbon control

Definition

Namespace: PCB_Investigator.PCBIControls.Ribbon
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class RibbonRenderer
Inheritance
Object    RibbonRenderer
Derived

Constructors

RibbonRendererInitializes a new instance of the RibbonRenderer class

Methods

CreateDisabledImage Creates the disabled image for the specified Image
OnRenderDropDownBackground Renders the background of a dropdown
OnRenderOrbDropDownBackground Renders the Ribbon Orb's DropDown background
OnRenderPanelPopupBackground Renders the background of a panel background
OnRenderRibbonBackground Renders the Ribbon's background
OnRenderRibbonCaptionBar Renders the Ribbon's caption bar
OnRenderRibbonItem Renders a RibbonItem
OnRenderRibbonItemBorder Renders the border of the item, after the text and image of the item
OnRenderRibbonItemImage Renders the image of the item specified on the event
OnRenderRibbonItemText Renders the text of the item specified on the event
OnRenderRibbonOrb Renders the orb of the ribbon
OnRenderRibbonPanelBackground Renders the background of the specified ribbon panel
OnRenderRibbonPanelText Renders the text of the specified panel
OnRenderRibbonQuickAccessToolbarBackground Renders the background of the QuickAccess toolbar
OnRenderRibbonTab Renders a RibbonTab
OnRenderRibbonTabContentBackground Renders the background of the content of the specified tab
OnRenderRibbonTabText Renders the text of the tab specified on the event
OnRenderScrollbar Call to draw the scrollbar on the Control
OnRenderTabScrollButtons Call to draw the scroll buttons on the tab
OnRenderToolTipBackground Call to draw the Tooltip
OnRenderToolTipImage 
OnRenderToolTipText Renders the text of the Tooltip specified on the event

See Also