Nevron .NET Vision
Nevron.Chart Namespace / NCallout Class / GetCachedPanelKey Method


In This Topic
    GetCachedPanelKey Method (NCallout)
    In This Topic
    Gets the composite key for the cashed panel content
    Syntax
    'Declaration
     
    
    Public Overrides Function GetCachedPanelKey( _
       ByRef panelSize As NSize _
    ) As NCompositeKey
    'Usage
     
    
    Dim instance As NCallout
    Dim panelSize As NSize
    Dim value As NCompositeKey
     
    value = instance.GetCachedPanelKey(panelSize)
    public override NCompositeKey GetCachedPanelKey( 
       ref NSize panelSize
    )

    Parameters

    panelSize
    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