Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NSkinPainter Class / GetColor Method


In This Topic
    GetColor Method (NSkinPainter)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetColor( _
       ByVal state As NSkinState, _
       ByVal color As SkinColor, _
       ByVal def As System.Drawing.Color, _
       ByVal enabled As System.Boolean _
    ) As System.Drawing.Color
    'Usage
     
    
    Dim state As NSkinState
    Dim color As SkinColor
    Dim def As System.Drawing.Color
    Dim enabled As System.Boolean
    Dim value As System.Drawing.Color
     
    value = NSkinPainter.GetColor(state, color, def, enabled)
    public static System.Drawing.Color GetColor( 
       NSkinState state,
       SkinColor color,
       System.Drawing.Color def,
       System.bool enabled
    )

    Parameters

    state
    color
    def
    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