Nevron.UI.WinForm.Controls Namespace / NSkinPainter Class / PaintNumericUpDown Method


In This Topic
    PaintNumericUpDown Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function PaintNumericUpDown( _
       ByVal upDown As NNumericUpDown, _
       ByVal g As System.Drawing.Graphics, _
       ByVal skin As NSkin _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NSkinPainter
    Dim upDown As NNumericUpDown
    Dim g As System.Drawing.Graphics
    Dim skin As NSkin
    Dim value As System.Boolean
     
    value = instance.PaintNumericUpDown(upDown, g, skin)
    public virtual System.bool PaintNumericUpDown( 
       NNumericUpDown upDown,
       System.Drawing.Graphics g,
       NSkin skin
    )

    Parameters

    upDown
    g
    skin
    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