FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / OnOwnerDrawOutlineButton Method
An C1.Win.C1FlexGrid.OwnerDrawOutlineButtonEventArgs that contains event data.

In This Topic
    OnOwnerDrawOutlineButton Method (C1FlexGridClassic)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnOwnerDrawOutlineButton( _
       ByVal e As OwnerDrawOutlineButtonEventArgs _
    ) 
    protected virtual void OnOwnerDrawOutlineButton( 
       OwnerDrawOutlineButtonEventArgs e
    )

    Parameters

    e
    An C1.Win.C1FlexGrid.OwnerDrawOutlineButtonEventArgs that contains event data.
    See Also