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


IMdElementEditor.RegisterControl Method (ArcObjects .NET 10.4 SDK)
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