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


In This Topic
    SelectionBullet Property
    In This Topic
    Internal use only. Gets the bullet for the selection.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property SelectionBullet As Boolean
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value As Boolean
     
    value = instance.SelectionBullet
    public new bool SelectionBullet {get;}
    See Also