Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Events Namespace / NavItemPaintEventArgs Class / NavItemPaintEventArgs Constructor
The System.Drawing.Graphics used to paint the item.
The System.Drawing.Rectangle that represents the rectangle in which to paint.

In This Topic
    NavItemPaintEventArgs Constructor
    In This Topic
    Initializes a new instance of the NavItemPaintEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal g As Graphics, _
       ByVal r As Rectangle, _
       ByVal navigator As C1DbNavigator _
    )
    public NavItemPaintEventArgs( 
       Graphics g,
       Rectangle r,
       C1DbNavigator navigator
    )

    Parameters

    g
    The System.Drawing.Graphics used to paint the item.
    r
    The System.Drawing.Rectangle that represents the rectangle in which to paint.
    navigator
    The owner of the event.
    See Also