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


In This Topic
    GetCachedPanelKey Method (NAutoSizeableDockPanel)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetCachedPanelKey( _
       ByRef panelSize As NSize _
    ) As NCompositeKey
    'Usage
     
    
    Dim instance As NAutoSizeableDockPanel
    Dim panelSize As NSize
    Dim value As NCompositeKey
     
    value = instance.GetCachedPanelKey(panelSize)
    public 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