Appearance |
Get or sets the appearance of the button. |
BackColor |
Gets/sets the background color of the button. |
BorderGap |
Gets/sets the gap between the outside edge of the button and the contents of the button. |
Caption |
Gets/sets the caption of the button. |
Checked |
Specifies whether the button is "checked". |
ControlToolTip |
Specifies the tooltip text displayed when the mouse is hovered over the button. |
Default |
Specifies whether the button is the default button in the backstage view. |
Enabled |
Specifies whether the button is enabled or disabled. |
EnableMarkup |
Allows the use of a XAML snippet to be used for the button. |
FlatStyle |
Gets/sets the "flat" appearance of the button. |
Font |
Gets/sets the font that will be used to display the text for the control. |
ForeColor |
Gets or sets the foreground color used to display text in the control. |
hWnd |
Gets the window handle that the control is bound to. |
Icon |
Gets or sets a graphic to be displayed in a push button. |
ImageAlignment |
Gets or sets the alignment of the image on the button control. |
ImageGap |
Gets or sets the gap between the button's text and the image. |
MarkupContext |
Connects events in XML Markup with actual methods, functions, and events in your code. |
MultiLine |
Gets or sets whether to allow the text Caption to appear on multiple lines. |
OLEDropMode |
Returns or sets how a target component handles drop operations. |
ReCreateReparented |
|
RightToLeft |
Gets or sets a value indicating whether the control elements are aligned to support locales using right-to-left fonts. |
ShowShadow |
Specifies whether a shadow is displayed under the button. |
Style |
Gets or sets the style of the button. |
TabStyle |
Specifies whether the button is used to display a "tab" that is used when a selected button shows contents in the backstage optional control pane. This is also referred to as "Second Tier Tabs". |
TextAlignment |
Gets or sets the alignment of the text on the control. |
TextImageRelation |
Gets or sets the text and image relation in the button. |
ToolTipContext |
Represents the tool tip window that is used to display tool tips for the button. |
Value |
Returns or sets a value indicating whether the button is chosen. |