C1.Win.FlexGrid Namespace / OwnerDrawCellEventArgs Class / Graphics Property

In This Topic
Graphics Property (OwnerDrawCellEventArgs)
In This Topic
Gets the Graphics object used to draw the cell. Use this object to draw custom elements in the cell.
Syntax
'Declaration
 
Public ReadOnly Property Graphics As Graphics
 
See Also