SetTextColor Method (Win32)
In This Topic
Syntax
'Declaration
Public Shared Function SetTextColor( _
ByVal As System.IntPtr, _
ByVal As System.Integer _
) As System.Integer
public static System.int SetTextColor(
System.IntPtr ,
System.int
)
Parameters
- hdc
- crColor
See Also