Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / OnPaintBackground Method / OnPaintBackground(Graphics,Rectangle,ElementStyle) Method


In This Topic
    OnPaintBackground(Graphics,Rectangle,ElementStyle) Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Overloads Sub OnPaintBackground( _
       ByVal g As Graphics, _
       ByVal faceRect As Rectangle, _
       ByVal overrideStyle As ElementStyle _
    ) 
    'Usage
     
    
    Dim instance As IElement
    Dim g As Graphics
    Dim faceRect As Rectangle
    Dim overrideStyle As ElementStyle
     
    instance.OnPaintBackground(g, faceRect, overrideStyle)
    void OnPaintBackground( 
       Graphics g,
       Rectangle faceRect,
       ElementStyle overrideStyle
    )

    Parameters

    g
    faceRect
    overrideStyle
    See Also