This document is archived and information here might be outdated.  Recommended version.


IMdElementCtrl.Initialize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoprocessingUI)  

IMdElementCtrl.Initialize Method

Initializes the state of the element control object.

[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
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMdElementCtrl Interface