DefaultButton Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a DefaultButton, modifies a Button Instance
public class DefaultButton : Windows.UI.Xaml.DependencyObject
type DefaultButton = class
inherit DependencyObject
Public Class DefaultButton
Inherits DependencyObject
- Inheritance
-
Windows.UI.Xaml.DependencyObjectDefaultButton
Constructors
| DefaultButton() |
Fields
| IsVisibleProperty |
Identifies the IsVisible dependency property. |
Properties
| IsVisible |
Gets or sets a value indicating whether the Toolbar Item is Visible |
| Type |
Gets or sets the type of Default Button to remove. |
Methods
| Equals(Object) | Windows.UI.Xaml.DependencyObject.Equals(System.Object) |
| GetHashCode() | Windows.UI.Xaml.DependencyObject.GetHashCode |
| OfType(ButtonType) |
Specifies the Type of DefaultButton in order to remove it. |
| ToString() | Windows.UI.Xaml.DependencyObject.ToString |