Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonButton Class / OwnerDraw Property

In This Topic
    OwnerDraw Property (RibbonButton)
    In This Topic
    Gets or sets a value indicating whether the button is owner-drawn.
    Syntax
    'Declaration
     
    
    Public Overridable Property OwnerDraw As Boolean
    public virtual bool OwnerDraw {get; set;}
    See Also