Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AutoScrollWhenKeyboardShowing Property


In This Topic
    AutoScrollWhenKeyboardShowing Property
    In This Topic
    Gets or sets the automatic scroll when the keyboard is displayed.
    Syntax
    'Declaration
     
    
    Public Property AutoScrollWhenKeyboardShowing As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Boolean
     
    instance.AutoScrollWhenKeyboardShowing = value
     
    value = instance.AutoScrollWhenKeyboardShowing
    public bool AutoScrollWhenKeyboardShowing {get; set;}
    See Also