IApplicationBarIconButton Interface

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The interface from which ApplicationBarIconButton inherits.

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Interface IApplicationBarIconButton _
    Inherits IApplicationBarMenuItem
public interface IApplicationBarIconButton : IApplicationBarMenuItem

The IApplicationBarIconButton type exposes the following members.

Properties

  Name Description
IconUri Gets or sets the URI of the icon to use for the button.
IsEnabled Gets or sets the enabled status of the menu item. (Inherited from IApplicationBarMenuItem.)
Text Gets or sets the string to display as the menu item. (Inherited from IApplicationBarMenuItem.)

Top

Events

  Name Description
Click Occurs when the user taps the menu item. (Inherited from IApplicationBarMenuItem.)

Top

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Microsoft.Phone.Shell Namespace

Other Resources

App bar for Windows Phone

App bar icon buttons for Windows Phone

How to change app bar icon buttons and menu items dynamically for Windows Phone