Initializes the state of the element control object.
[Visual Basic 6.0] Sub Initialize(
ByVal editor As IMdElementEditor, _
ByVal propname As String, _
ByVal dependencies As String _
)
[Visual Basic .NET] Public Sub Initialize ( _ ByVal editor As IMdElementEditor, _ ByVal propname As String, _ ByVal dependencies As String _ )
[C#] public void Initialize ( IMdElementEditor editor, string propname, string dependencies );