Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NUIRenderer Class / DrawCheckBox Method


In This Topic
    DrawCheckBox Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub DrawCheckBox( _
       ByVal g As System.Drawing.Graphics, _
       ByVal palette As NPalette, _
       ByVal check As System.Drawing.Rectangle, _
       ByVal state As System.Windows.Forms.ButtonState, _
       ByVal hot As System.Boolean _
    ) 
    'Usage
     
    
    Dim g As System.Drawing.Graphics
    Dim palette As NPalette
    Dim check As System.Drawing.Rectangle
    Dim state As System.Windows.Forms.ButtonState
    Dim hot As System.Boolean
     
    NUIRenderer.DrawCheckBox(g, palette, check, state, hot)
    public static void DrawCheckBox( 
       System.Drawing.Graphics g,
       NPalette palette,
       System.Drawing.Rectangle check,
       System.Windows.Forms.ButtonState state,
       System.bool hot
    )

    Parameters

    g
    palette
    check
    state
    hot
    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