Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / AcceptsArrowKeys Property


In This Topic
    AcceptsArrowKeys Property (SEditTextBox)
    In This Topic
    Gets or sets the property which determines if this control processes the Up arrow and Down arrow keys.
    Syntax
    'Declaration
     
    
    Public Property AcceptsArrowKeys As AcceptsArrowKeys
    'Usage
     
    
    Dim instance As SEditTextBox
    Dim value As AcceptsArrowKeys
     
    instance.AcceptsArrowKeys = value
     
    value = instance.AcceptsArrowKeys
    public AcceptsArrowKeys AcceptsArrowKeys {get; set;}
    See Also