Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / ShouldSerializeFont Method


In This Topic
    ShouldSerializeFont Method (ElementWindowless)
    In This Topic
    Indicates whether the Font property should be persisted.
    Syntax
    'Declaration
     
    
    Public Overridable Function ShouldSerializeFont() As Boolean
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim value As Boolean
     
    value = instance.ShouldSerializeFont()
    public virtual bool ShouldSerializeFont()
    See Also