Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / SelectionFont Property


In This Topic
    SelectionFont Property (FormulaTextBox)
    In This Topic
    Internal use only. Gets or sets the font of the selection.
    Syntax
    'Declaration
     
    
    Public Shadows Property SelectionFont As Font
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value As Font
     
    instance.SelectionFont = value
     
    value = instance.SelectionFont
    public new Font SelectionFont {get; set;}
    See Also