Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NControlStateSettings Class / LoadControlState Method


In This Topic
    LoadControlState Method
    In This Topic
    Loads the control state from the repository if PersistControlState is set to true.
    Syntax
    'Declaration
     
    
    Public Sub LoadControlState( _
       ByVal key As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NControlStateSettings
    Dim key As System.Object
     
    instance.LoadControlState(key)
    public void LoadControlState( 
       System.object key
    )

    Parameters

    key
    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