Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / OnPaint Method
Event arguments


In This Topic
    OnPaint Method (FpCheckBox)
    In This Topic
    Paints the check box.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnPaint( _
       ByVal e As PaintEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpCheckBox
    Dim e As PaintEventArgs
     
    instance.OnPaint(e)
    protected override void OnPaint( 
       PaintEventArgs e
    )

    Parameters

    e
    Event arguments
    See Also