ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonButton Class / OwnerDraw Property

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