Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.8 Assembly / C1.Win.C1Schedule Namespace / BaseTableView Class / DrawCell Method / DrawCell(PaintEventArgs,Int32,Int32,DrawColorMode) Method

In This Topic
    DrawCell(PaintEventArgs,Int32,Int32,DrawColorMode) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads Overridable Function DrawCell( _
       ByVal e As System.Windows.Forms.PaintEventArgs, _
       ByVal row As System.Integer, _
       ByVal col As System.Integer, _
       ByVal colorMode As C1.Win.C1FlexGrid.DrawColorMode _
    ) As System.Integer
    protected virtual System.int DrawCell( 
       System.Windows.Forms.PaintEventArgs e,
       System.int row,
       System.int col,
       C1.Win.C1FlexGrid.DrawColorMode colorMode
    )

    Parameters

    e
    row
    col
    colorMode
    See Also