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


IMdElementDialog.SetButtons Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoprocessingUI > ESRI.ArcGIS.GeoprocessingUI > Interfaces > IM > IMdElementDialog Interface > IMdElementDialog.SetButtons Method
ArcGIS Developer Help

IMdElementDialog.SetButtons Method

Flag indicating whether or not to show the Apply button.

[Visual Basic .NET]
Public Sub SetButtons ( _
    ByVal buttons As esriElementDialogButtonType _
)
[C#]
public void SetButtons (
    esriElementDialogButtonType buttons
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMdElementDialog Interface