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


In This Topic
    HideSelection Property (FormulaTextBox)
    In This Topic
    Internal use only. Gets whether to hide the selection.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property HideSelection As Boolean
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value As Boolean
     
    value = instance.HideSelection
    public new bool HideSelection {get;}
    See Also