ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32.EnumFontExDelegate Delegate

In This Topic
    Win32.EnumFontExDelegate Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Function Win32.EnumFontExDelegate( _
       ByRef lpelfe As Win32.ENUMLOGFONTEX, _
       ByVal lpntme As System.IntPtr, _
       ByVal FontType As System.UInteger, _
       ByVal lParam As System.Integer _
    ) As System.Integer
    public delegate System.int Win32.EnumFontExDelegate( 
       ref Win32.ENUMLOGFONTEX lpelfe,
       System.IntPtr lpntme,
       System.uint FontType,
       System.int lParam
    )

    Parameters

    lpelfe
    lpntme
    FontType
    lParam
    See Also