Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessForm Class / ActivatingTextBox Property


In This Topic
    ActivatingTextBox Property
    In This Topic
    Gets or sets the activating text box. An activating text box will allow user to use keyboard for selecting cell ranges.
    Syntax
    'Declaration
     
    
    Protected Property ActivatingTextBox As TextBox
    'Usage
     
    
    Dim instance As ModelessForm
    Dim value As TextBox
     
    instance.ActivatingTextBox = value
     
    value = instance.ActivatingTextBox
    protected TextBox ActivatingTextBox {get; set;}

    Property Value

    The activating text box.
    See Also