Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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