TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / SetTextColor Method

In This Topic
    SetTextColor Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SetTextColor( _
       ByVal hdc As IntPtr, _
       ByVal crColor As Integer _
    ) As Integer
    public static int SetTextColor( 
       IntPtr hdc,
       int crColor
    )

    Parameters

    hdc
    crColor
    See Also