Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / AutoWordSelection Property


In This Topic
    AutoWordSelection Property
    In This Topic
    Internal use only. Gets or sets whether to automatically select words.
    Syntax
    'Declaration
     
    
    Public Shadows Property AutoWordSelection As Boolean
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value As Boolean
     
    instance.AutoWordSelection = value
     
    value = instance.AutoWordSelection
    public new bool AutoWordSelection {get; set;}
    See Also