ArcObjects Library Reference (GeoprocessingUI)  

IMdElementEditor.RegisterControl Method

Registers the given control with the element editor.

[Visual Basic .NET]
Public Sub RegisterControl ( _
    ByVal ctrl As IMdElementCtrl, _
    ByVal propname As String, _
    ByVal dependencies As String _
)
[C#]
public void RegisterControl (
    IMdElementCtrl ctrl,
    string propname,
    string dependencies
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMdElementEditor Interface