Nevron .NET Vision
Nevron.Chart.WebForm Namespace / NChartAjaxTechnology Class / ProvideDefaultStateManager Method


In This Topic
    ProvideDefaultStateManager Method (NChartAjaxTechnology)
    In This Topic
    Provides an instance of the default state manager.
    Syntax
    'Declaration
     
    
    Public Overrides Function ProvideDefaultStateManager( _
       ByVal webControl As NWebControl _
    ) As NStateManager
    'Usage
     
    
    Dim instance As NChartAjaxTechnology
    Dim webControl As NWebControl
    Dim value As NStateManager
     
    value = instance.ProvideDefaultStateManager(webControl)
    public override NStateManager ProvideDefaultStateManager( 
       NWebControl webControl
    )

    Parameters

    webControl

    Return Value

    An instance of the default state manager.
    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