Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButton Class / ReconstructControlBaseData Method / ReconstructControlBaseData(SerializationInfo,StreamingContext) Method
The info.
The context.


In This Topic
ReconstructControlBaseData(SerializationInfo,StreamingContext) Method
In This Topic
Reconstructs the control base data saved with SaveControlBaseData method.
Syntax
'Declaration
 
Protected Overloads Sub ReconstructControlBaseData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
 
'Usage
 
Dim instance As FpButton
Dim info As SerializationInfo
Dim context As StreamingContext
 
instance.ReconstructControlBaseData(info, context)

Parameters

info
The info.
context
The context.
See Also