Spread Windows Forms 12.0 Product Documentation
InitialByCreateInstance Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > InputManCellTypeBase Class : InitialByCreateInstance Method
Supports designtime's CreateInstance.
Syntax
'Declaration
 
Public Sub InitialByCreateInstance( _
   ByVal instance As Object, _
   ByVal propertyName As String, _
   ByVal value As Object _
) 
'Usage
 
Dim instance As InputManCellTypeBase
Dim instance As Object
Dim propertyName As String
Dim value As Object
 
instance.InitialByCreateInstance(instance, propertyName, value)
public void InitialByCreateInstance( 
   object instance,
   string propertyName,
   object value
)

Parameters

instance
propertyName
value
See Also

Reference

InputManCellTypeBase Class
InputManCellTypeBase Members