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


In This Topic
    DisableImage Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub DisableImage( _
       ByVal bmp As System.Drawing.Bitmap, _
       ByVal disabled As System.Drawing.Color _
    ) 
    'Usage
     
    
    Dim bmp As System.Drawing.Bitmap
    Dim disabled As System.Drawing.Color
     
    NUIRenderer.DisableImage(bmp, disabled)
    public static void DisableImage( 
       System.Drawing.Bitmap bmp,
       System.Drawing.Color disabled
    )

    Parameters

    bmp
    disabled
    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