Spread Windows Forms 8.0 Product Documentation
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
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

InputManCellTypeBase Class
InputManCellTypeBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.