Namespace:
System.Windows.Controls.Primitives
Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
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.
Content Model: ButtonBase is a ContentControl. Its content property is Content. For more information, see Control Content Models.
System..::.Object
System.Windows..::.DependencyObject
System.Windows..::.UIElement
System.Windows..::.FrameworkElement
System.Windows.Controls..::.Control
System.Windows.Controls..::.ContentControl
System.Windows.Controls.Primitives..::.ButtonBase
System.Windows.Controls..::.Button
System.Windows.Controls..::.HyperlinkButton
System.Windows.Controls.Primitives..::.RepeatButton
System.Windows.Controls.Primitives..::.ToggleButton
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference