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


IMdElementDialog.SetButtons Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoprocessingUI)  

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