C1.Win.FlexGrid 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 _
) 
 

Parameters

e
An OwnerDrawOutlineButtonEventArgs that contains event data.
See Also