Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NColorInfo Structure / GetGrayed Method


In This Topic
    GetGrayed Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetGrayed( _
       ByVal level As System.Integer _
    ) As System.Drawing.Color
    'Usage
     
    
    Dim instance As NColorInfo
    Dim level As System.Integer
    Dim value As System.Drawing.Color
     
    value = instance.GetGrayed(level)
    public System.Drawing.Color GetGrayed( 
       System.int level
    )

    Parameters

    level
    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