This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IS > ISymbolLevelsDialog Interface > ISymbolLevelsDialog.EnableApplyButton Method (ArcObjects .NET 10.5 SDK) |
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 );