Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NComboBox Class / PaintControl Method / PaintControl(Graphics,Rectangle,Boolean) Method


In This Topic
    PaintControl(Graphics,Rectangle,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub PaintControl( _
       ByVal g As System.Drawing.Graphics, _
       ByVal bounds As System.Drawing.Rectangle, _
       ByVal enabled As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NComboBox
    Dim g As System.Drawing.Graphics
    Dim bounds As System.Drawing.Rectangle
    Dim enabled As System.Boolean
     
    instance.PaintControl(g, bounds, enabled)
    public virtual void PaintControl( 
       System.Drawing.Graphics g,
       System.Drawing.Rectangle bounds,
       System.bool enabled
    )

    Parameters

    g
    bounds
    enabled
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also