Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NStackPanelControl Class / OnPaintBackground Method


In This Topic
    OnPaintBackground Method (NStackPanelControl)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overridable Sub OnPaintBackground( _
       ByVal pevent As System.Windows.Forms.PaintEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NStackPanelControl
    Dim pevent As System.Windows.Forms.PaintEventArgs
     
    instance.OnPaintBackground(pevent)
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected virtual void OnPaintBackground( 
       System.Windows.Forms.PaintEventArgs pevent
    )

    Parameters

    pevent
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also