Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / ScrollingContentHiddenDelay Property
Example


In This Topic
    ScrollingContentHiddenDelay Property
    In This Topic
    Gets or sets the hidden delay of the scrolling content tip in milliseconds.
    Syntax
    'Declaration
     
    
    Public Property ScrollingContentHiddenDelay As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Integer
     
    instance.ScrollingContentHiddenDelay = value
     
    value = instance.ScrollingContentHiddenDelay
    public int ScrollingContentHiddenDelay {get; set;}

    Property Value

    Integer number of milliseconds to delay the scrolling (-1 means always show)
    Remarks
    This property sets when to display the scrolling content tip that can be displayed on the sheet.
    Example
    This example sets the ScrollingContentHiddenDelay property.
    See Also