Methods | This Package | All Packages
Defines the button interface.
package com.ms.wfc.ui
public interface IButtonControl
Remarks
To behave like a button on a form, a class must implement IButton. Implementing this interface allows a class to behave like a default or accept button (the button that receives a click event when the user presses ENTER to close a dialog box) or like a cancel button (the button that receives a click event when the user presses ESC to dismiss a dialog box).