Nevron .NET Vision
Nevron.Chart.ThinWeb Namespace / NThinChartControl Class / ScrollCallback Property


In This Topic
    ScrollCallback Property
    In This Topic
    Gets sets a scroll callback
    Syntax
    'Declaration
     
    
    Public Property ScrollCallback As INScrollbarCallback
    'Usage
     
    
    Dim instance As NThinChartControl
    Dim value As INScrollbarCallback
     
    instance.ScrollCallback = value
     
    value = instance.ScrollCallback
    public INScrollbarCallback ScrollCallback {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also