FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / OwnerDrawCellEventArgs Class
Properties Methods


In This Topic
    OwnerDrawCellEventArgs Class Members
    In This Topic

    The following tables list the members exposed by OwnerDrawCellEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the OwnerDrawCellEventArgs class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGet the rectangle where the cell will be painted (in client coordinates).  
    Public PropertyGet the column index of the cell being painted.  
    Public PropertyDrawing color mode.  
    Public PropertyGets the Graphics object used to draw the cell. Use this object to draw custom elements in the cell.  
    Public PropertyGets or sets whether the event has finished drawing the cell.  
    Public PropertyGets or sets the image that will be displayed in the cell.  
    Public PropertyGets a value that determines if the event was fired only to measure the cell.  
    Public PropertyGet the row index of the cell being painted.  
    Public PropertySets or sets the CellStyle object used to paint the cell.  
    Public PropertyGets or sets the text that will be displayed in the cell.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Causes the grid to paint parts of the cell (background, foreground, border, etc.)  
    Top
    See Also