Edit

Share via


DefaultButton.OfType(ButtonType) Method

Definition

Specifies the Type of DefaultButton in order to remove it.

public static Microsoft.Toolkit.Uwp.UI.Controls.TextToolbarButtons.DefaultButton OfType (Microsoft.Toolkit.Uwp.UI.Controls.TextToolbarButtons.ButtonType type);
static member OfType : Microsoft.Toolkit.Uwp.UI.Controls.TextToolbarButtons.ButtonType -> Microsoft.Toolkit.Uwp.UI.Controls.TextToolbarButtons.DefaultButton
Public Shared Function OfType (type As ButtonType) As DefaultButton

Parameters

type
ButtonType

Type of Default Button

Returns

Removal Object

Applies to