Edit

Share via


DefaultButton Class

Definition

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.DependencyObject
DefaultButton

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

Applies to