Nevron .NET Vision
Nevron.UI Namespace / NColorHelper Class / GetSysColor Method


In This Topic
    GetSysColor Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetSysColor( _
       ByVal A_0 As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim A_0 As System.Integer
    Dim value As System.Integer
     
    value = NColorHelper.GetSysColor(A_0)
    public static System.int GetSysColor( 
       System.int A_0
    )

    Parameters

    A_0
    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