ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetTextFace Method / GetTextFace(IntPtr,Int32,IntPtr) Method

In This Topic
    GetTextFace(IntPtr,Int32,IntPtr) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetTextFace( _
       ByVal hdc As System.IntPtr, _
       ByVal nCount As System.Integer, _
       ByVal lpFaceName As System.IntPtr _
    ) As System.Integer
    public static System.int GetTextFace( 
       System.IntPtr hdc,
       System.int nCount,
       System.IntPtr lpFaceName
    )

    Parameters

    hdc
    nCount
    lpFaceName
    See Also