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


ISymbolLevelsDialog.EnableApplyButton Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CartoUI)  

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