RibbonItemBoundsEventArgs Class

Definition

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

Constructors

RibbonItemBoundsEventArgsInitializes a new instance of the RibbonItemBoundsEventArgs class

Properties

Bounds Gets or sets the suggested bounds
ClipRectangle Gets the Rectangle area where to draw into
(Inherited from RibbonRenderEventArgs)
Graphics Gets the Device to draw into
(Inherited from RibbonRenderEventArgs)
Item
(Inherited from RibbonItemRenderEventArgs)
Ribbon Gets the Ribbon related to the render
(Inherited from RibbonRenderEventArgs)

See Also