WebUICommandBarConfirmationButton WebUICommandBarConfirmationButton WebUICommandBarConfirmationButton WebUICommandBarConfirmationButton Class

Definition

Represents a Web UI command bar confirmation button.

public : sealed class WebUICommandBarConfirmationButton : IWebUICommandBarConfirmationButton, IWebUICommandBarElementpublic sealed class WebUICommandBarConfirmationButton : IWebUICommandBarConfirmationButton, IWebUICommandBarElementPublic NotInheritable Class WebUICommandBarConfirmationButton Implements IWebUICommandBarConfirmationButton, IWebUICommandBarElement// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10240.0)
API contract
Windows.UI.WebUI.Core.WebUICommandBarContract (introduced v1)

Constructors

WebUICommandBarConfirmationButton() WebUICommandBarConfirmationButton() WebUICommandBarConfirmationButton() WebUICommandBarConfirmationButton()

Initializes a new instance of the WebUICommandBarConfirmationButton class.

public : WebUICommandBarConfirmationButton()public WebUICommandBarConfirmationButton()Public Sub New()// You can use this method in JavaScript.

Properties

Text Text Text Text

Gets or sets the text of the command bar confirmation button.

public : PlatForm::String Text { get; set; }public string Text { get; set; }Public ReadWrite Property Text As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The text of the command bar confirmation button.

Events

ItemInvoked ItemInvoked ItemInvoked ItemInvoked

Occurs when the confirmation button is invoked.

public : event TypedEventHandler ItemInvoked<WebUICommandBarConfirmationButton,  WebUICommandBarItemInvokedEventArgs>public event TypedEventHandler ItemInvoked<WebUICommandBarConfirmationButton,  WebUICommandBarItemInvokedEventArgs>Public Event ItemInvoked<WebUICommandBarConfirmationButton,  WebUICommandBarItemInvokedEventArgs>// You can use this event in JavaScript.