Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ButtonCellType Class / GetObjectData Method


In This Topic
GetObjectData Method (ButtonCellType)
In This Topic
Populates the SerializationInfo class with information about the button cell type settings.
Syntax
'Declaration
 
Public Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
 
'Usage
 
Dim instance As ButtonCellType
Dim info As SerializationInfo
Dim context As StreamingContext
 
instance.GetObjectData(info, context)

Parameters

info
context
See Also