예제 #1
0
 /// <summary>
 ///     Renders the background of the QuickAccess toolbar
 /// </summary>
 /// <param name="e"></param>
 public virtual void OnRenderRibbonQuickAccessToolbarBackground(RibbonRenderEventArgs e)
 {
 }
예제 #2
0
 /// <summary>
 ///     Renders the Ribbon's caption bar
 /// </summary>
 /// <param name="e"></param>
 public virtual void OnRenderRibbonCaptionBar(RibbonRenderEventArgs e)
 {
 }
예제 #3
0
 /// <summary>
 ///     Renders the orb of the ribbon
 /// </summary>
 /// <param name="e"></param>
 public virtual void OnRenderRibbonOrb(RibbonRenderEventArgs e)
 {
 }
예제 #4
0
 /// <summary>
 ///     Renders the Ribbon's background
 /// </summary>
 public virtual void OnRenderRibbonBackground(RibbonRenderEventArgs e)
 {
 }
예제 #5
0
 /// <summary>
 /// Renders the Ribbon's background
 /// </summary>
 public virtual void OnRenderRibbonBackground(RibbonRenderEventArgs e)
 {
     
 }
예제 #6
0
 /// <summary>
 /// Renders the background of the QuickAccess toolbar
 /// </summary>
 /// <param name="e"></param>
 public virtual void OnRenderRibbonQuickAccessToolbarBackground(RibbonRenderEventArgs e)
 {
 }
예제 #7
0
 /// <summary>
 /// Renders the orb of the ribbon
 /// </summary>
 /// <param name="e"></param>
 public virtual void OnRenderRibbonOrb(RibbonRenderEventArgs e)
 {
 }
예제 #8
0
 /// <summary>
 /// Renders the Ribbon's caption bar
 /// </summary>
 /// <param name="e"></param>
 public virtual void OnRenderRibbonCaptionBar(RibbonRenderEventArgs e)
 {
 }