Edit

DefaultButton Class

Definition

Specifies a DefaultButton, modifies a Button Instance

public class DefaultButton : Microsoft.UI.Xaml.DependencyObject
type DefaultButton = class
    inherit DependencyObject
Public Class DefaultButton
Inherits DependencyObject
Inheritance
Microsoft.UI.Xaml.DependencyObject
DefaultButton

Constructors

Name Description
DefaultButton()

Fields

Name Description
IsVisibleProperty

Identifies the IsVisible dependency property.

Properties

Name Description
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

Name Description
Equals(Object) Microsoft.UI.Xaml.DependencyObject.Equals(System.Object)
GetHashCode() Microsoft.UI.Xaml.DependencyObject.GetHashCode
OfType(ButtonType)

Specifies the Type of DefaultButton in order to remove it.

ToString() Microsoft.UI.Xaml.DependencyObject.ToString

Applies to