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

In This Topic
    FontKey Constructor(String,Boolean,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As System.String, _
       ByVal bold As System.Boolean, _
       ByVal italic As System.Boolean _
    )
    public FontKey( 
       System.string name,
       System.bool bold,
       System.bool italic
    )

    Parameters

    name
    bold
    italic
    See Also