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

In This Topic
    OnOwnerDrawOutlineButton Method (C1FlexGrid)
    In This Topic
    Raises the OwnerDrawOutlineButton event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnOwnerDrawOutlineButton( _
       ByVal e As OwnerDrawOutlineButtonEventArgs _
    ) 
    protected virtual void OnOwnerDrawOutlineButton( 
       OwnerDrawOutlineButtonEventArgs e
    )

    Parameters

    e
    An OwnerDrawOutlineButtonEventArgs that contains event data.
    See Also