BCGControlBar Library for .NET
ApplyRestoredInfo(Control) Method




A control to applied restored properties.
Applies the properties values of current control to the specified control.
Syntax
'Declaration
 
Public Overloads Sub ApplyRestoredInfo( _
   ByVal control As Control _
) 
'Usage
 
Dim instance As CommonStateSerializer
Dim control As Control
 
instance.ApplyRestoredInfo(control)
public void ApplyRestoredInfo( 
   Control control
)
public: void ApplyRestoredInfo( 
   Control* control
) 
public:
void ApplyRestoredInfo( 
   Control^ control
) 

Parameters

control
A control to applied restored properties.
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

Reference

CommonStateSerializer Class
CommonStateSerializer Members
Overload List

Send Feedback