ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / DrawItemEventArgs Class / Item Property

In This Topic
    Item Property (DrawItemEventArgs)
    In This Topic
    Gets the RibbonItem that is being OwnerDrawn
    Syntax
    'Declaration
     
    Public ReadOnly Property Item As RibbonItem
    public RibbonItem Item {get;}
    See Also