Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / DrawItemEventArgs Class
Properties Methods


In This Topic
    DrawItemEventArgs Class Members
    In This Topic

    The following tables list the members exposed by DrawItemEventArgs.

    Public Properties
     NameDescription
    Public PropertyGets the rectangle that represents the bounds of the item being drawn.  
    Public PropertyGets the font assigned to the item being drawn.  
    Public PropertyGets the foreground color of the of the item being drawn.  
    Public PropertyGets the graphics surface to draw the item on.  
    Public PropertyGets the RibbonItem that is being OwnerDrawn  
    Public PropertyGets the state of the item being drawn.  
    Top
    Public Methods
     NameDescription
    Public MethodOverride this method to draw the custom background.  
    Top
    See Also