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


IMdElementEditor.GetEnabled 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.GetEnabled Method
ArcGIS Developer Help

IMdElementEditor.GetEnabled Method

Returns whether the control for the given property should be enabled.

[Visual Basic .NET]
Public Function GetEnabled ( _
    ByVal propname As String _
) As Boolean
[C#]
public bool GetEnabled (
    string propname
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMdElementEditor Interface