Represents the base class for all button controls, such as Button, RepeatButton, and HyperlinkButton.
Public MustInherit Class ButtonBase _ Inherits ContentControl
Dim instance As ButtonBase
public abstract class ButtonBase : ContentControl
Handle the Click event to respond when the user clicks a ButtonBase. The ButtonBase responds to keyboard input.
You should use the Click event to detect a button click instead of using MouseLeftButtonDown or MouseLeftButtonUp. For more information, see the Click event.
Content Model: ButtonBase is a ContentControl. Its content property is Content. For more information, see Control Content Models.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.