TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32.EnumFontExDelegate2 Delegate

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

    Parameters

    lpelfe
    lpntme
    FontType
    lParam
    See Also