RibbonButtonRenderEventArgs Class

Definition

Namespace: PCB_Investigator.PCBIControls.Ribbon
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public sealed class RibbonButtonRenderEventArgs : RibbonRenderEventArgs
Inheritance
Object    EventArgs    RibbonRenderEventArgs    RibbonButtonRenderEventArgs

Constructors

RibbonButtonRenderEventArgsInitializes a new instance of the RibbonButtonRenderEventArgs class

Properties

Button Gets or sets the RibbonButton related to the evennt
ClipRectangle Gets the Rectangle area where to draw into
(Inherited from RibbonRenderEventArgs)
Graphics Gets the Device to draw into
(Inherited from RibbonRenderEventArgs)
Ribbon Gets the Ribbon related to the render
(Inherited from RibbonRenderEventArgs)

See Also