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


IMdElementEditor.RegisterControl Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoprocessingUI > ESRI.ArcGIS.GeoprocessingUI > Interfaces > IM > IMdElementEditor Interface > IMdElementEditor.RegisterControl Method
ArcGIS Developer Help

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