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


ISymbolLevelsDialog.EnableApplyButton Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IS > ISymbolLevelsDialog Interface > ISymbolLevelsDialog.EnableApplyButton Method
ArcGIS Developer Help

ISymbolLevelsDialog.EnableApplyButton Method

Enable apply button in dialog and pass map to refresh if apply is pressed.

[Visual Basic .NET]
Public Sub EnableApplyButton ( _
    ByVal bEnable As Boolean, _
    ByVal pMap As IMap _
)
[C#]
public void EnableApplyButton (
    bool bEnable,
    IMap pMap
);

Product Availability

Available with ArcGIS Desktop.

See Also

ISymbolLevelsDialog Interface