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


GetColor Method (NSkinPainter)
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)

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