BCGControlBar Library for .NET
ApplyRestoredInfo(Control,Boolean) Method




A control to applied restored properties.
Indicate a value whether a Visible property should be ignored on restoring.
Applies the properties values of current control to the specified control.
Syntax
'Declaration
 
Public Overloads Sub ApplyRestoredInfo( _
   ByVal control As Control, _
   ByVal ignoreVisibleFlag As Boolean _
) 
'Usage
 
Dim instance As CommonStateSerializer
Dim control As Control
Dim ignoreVisibleFlag As Boolean
 
instance.ApplyRestoredInfo(control, ignoreVisibleFlag)
public void ApplyRestoredInfo( 
   Control control,
   bool ignoreVisibleFlag
)
public: void ApplyRestoredInfo( 
   Control* control,
   bool ignoreVisibleFlag
) 
public:
void ApplyRestoredInfo( 
   Control^ control,
   bool ignoreVisibleFlag
) 

Parameters

control
A control to applied restored properties.
ignoreVisibleFlag
Indicate a value whether a Visible property should be ignored on restoring.
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