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


In This Topic
    SelectionProtected Property
    In This Topic
    Internal use only. Gets or sets whether the selection is protected.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property SelectionProtected As Boolean
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value As Boolean
     
    value = instance.SelectionProtected
    public new bool SelectionProtected {get;}
    See Also