C1.Win.C1FlexGrid Namespace / OwnerDrawOutlineButtonEventArgs Class / Image Property

In This Topic
Image Property (OwnerDrawOutlineButtonEventArgs)
In This Topic
Gets or sets the image that will be displayed in the cell.
Syntax
'Declaration
 
Public Property Image As Image
 
Remarks
Changing this value is an easy way to modify the image displayed in an outline button without any custom drawing code.
See Also