Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / GetObjectData Method
The System.Runtime.Serialization.SerializationInfo to populate with data
The destination (see System.Runtime.Serialization.StreamingContext) for this serialization


GetObjectData Method (FpScrollBar)
Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
Syntax
'Declaration
 
Public Overridable Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
 
'Usage
 
Dim instance As FpScrollBar
Dim info As SerializationInfo
Dim context As StreamingContext
 
instance.GetObjectData(info, context)

Parameters

info
The System.Runtime.Serialization.SerializationInfo to populate with data
context
The destination (see System.Runtime.Serialization.StreamingContext) for this serialization
Exceptions
ExceptionDescription
The caller does not have the required permission.
See Also