mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-05 23:42:58 +02:00
Initial WPF content migrated (#17)
* Reset branch for WPF changes * Convert BMP to PNG; fix link-out-of-scope err * Add snippets for WPF... 6794 files!!!! * Add missing snippets * update file updated between migration * Fix paths to include * update breadcrumb and toc * fix index links * fix index links * fix index links * fix markdown
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: "Button"
|
||||
ms.date: "03/30/2017"
|
||||
f1_keywords:
|
||||
- "AutoGeneratedOrientationPage"
|
||||
helpviewer_keywords:
|
||||
- "controls [WPF], Button"
|
||||
- "Button control [WPF]"
|
||||
ms.assetid: a9d8f5a5-c98c-463e-808a-5a4e63173098
|
||||
---
|
||||
# Button
|
||||
A <xref:System.Windows.Controls.Button> control reacts to user input from a mouse, keyboard, stylus, or other input device and raises a <xref:System.Windows.Controls.Primitives.ButtonBase.Click> event. A <xref:System.Windows.Controls.Button> is a basic [!INCLUDE[TLA#tla_ui](../../../includes/tlasharptla-ui-md.md)] component that can contain simple content, such as text, and can also contain complex content, such as images and <xref:System.Windows.Controls.Panel> controls.
|
||||
|
||||

|
||||
|
||||
## In This Section
|
||||
[Create a Button That Has an Image](how-to-create-a-button-that-has-an-image.md)
|
||||
|
||||
## Reference
|
||||
<xref:System.Windows.Controls.Button>
|
||||
<xref:System.Windows.Controls.Primitives.ButtonBase>
|
||||
<xref:System.Windows.Controls.RadioButton>
|
||||
<xref:System.Windows.Controls.Primitives.RepeatButton>
|
||||
Reference in New Issue
Block a user