Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / InputManCellTypeBase Class / InitialByCreateInstance Method


In This Topic
    InitialByCreateInstance Method
    In This Topic
    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