ArcObjects Library Reference  (GeoprocessingUI)    

IMdElementEditor.GetEnabled Method

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

[Visual Basic 6.0]
Function GetEnabled(
    ByVal propname As String _
) As Boolean
[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