ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util Namespace / FontKey Class / FontKey Constructor / FontKey Constructor(String,Byte)

In This Topic
    FontKey Constructor(String,Byte)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As System.String, _
       ByVal flags As System.Byte _
    )
    public FontKey( 
       System.string name,
       System.byte flags
    )

    Parameters

    name
    flags
    See Also