ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util Namespace / FontSubSet Class / IsInvalid Property

In This Topic
    IsInvalid Property (FontSubSet)
    In This Topic
    Gets or sets value indicating that this FontSubSet object invalid (error occurs during getting font's data) and can not be used.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsInvalid As System.Boolean
    public System.bool IsInvalid {get;}
    See Also