Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / ShowScrollTip Property


In This Topic
    ShowScrollTip Property (Workbook)
    In This Topic
    Gets or sets whether to display a scroll tip.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property ShowScrollTip As ShowScrollTip
    'Usage
     
    Dim instance As Workbook
    Dim value As ShowScrollTip
     
    instance.ShowScrollTip = value
     
    value = instance.ShowScrollTip
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public ShowScrollTip ShowScrollTip {get; set;}
    See Also