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