/// <summary> /// Renders the text of the specified panel /// </summary> /// <param name="e">Event data and paint tools</param> public virtual void OnRenderRibbonPanelText(RibbonPanelRenderEventArgs e) { }
/// <summary> /// Renders the background of the specified ribbon panel /// </summary> /// <param name="e">Event data and paint tools</param> public virtual void OnRenderRibbonPanelBackground(RibbonPanelRenderEventArgs e) { }