ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / OwnerDrawOutlineButtonEventArgs Class / Graphics Property

In This Topic
    Graphics Property (OwnerDrawOutlineButtonEventArgs)
    In This Topic
    Gets the Graphics object used to draw the outline button. Use this object to draw custom elements in the outline button.
    Syntax
    'Declaration
     
    Public ReadOnly Property Graphics As Graphics
    public Graphics Graphics {get;}
    See Also