ButtonBase Class
.NET Framework 3.0
Represents the base class for all Button controls.
Namespace: System.Windows.Controls.Primitives
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
System.Windows.Controls.Primitives Namespace
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
[LocalizabilityAttribute(LocalizationCategory.Button)] public abstract class ButtonBase : ContentControl, ICommandSource
/** @attribute LocalizabilityAttribute(LocalizationCategory.Button) */ public abstract class ButtonBase extends ContentControl implements ICommandSource
LocalizabilityAttribute(LocalizationCategory.Button) public abstract class ButtonBase extends ContentControl implements ICommandSource
This class is abstract; see Inheritance Hierarchy for derived non-abstract classes usable in XAML.
ButtonBase adds the IsPressed state, Click event, and Invoke features to a ContentControl.
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
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.GridViewColumnHeader
System.Windows.Controls.Primitives.RepeatButton
System.Windows.Controls.Primitives.ToggleButton
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
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.GridViewColumnHeader
System.Windows.Controls.Primitives.RepeatButton
System.Windows.Controls.Primitives.ToggleButton
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
ButtonBase MembersSystem.Windows.Controls.Primitives Namespace
Other Resources
Button OverviewCommunity Additions
ADD
Show: