IApplicationBarIconButton Interface

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

Syntax

'Declaration
Public Interface IApplicationBarIconButton _
    Inherits IApplicationBarMenuItem
public interface IApplicationBarIconButton : IApplicationBarMenuItem
public interface class IApplicationBarIconButton : IApplicationBarMenuItem
type IApplicationBarIconButton =  
    interface 
        interface IApplicationBarMenuItem 
    end

The IApplicationBarIconButton type exposes the following members.

Properties

  Name Description
Public property IconUri
Public property IsEnabled (Inherited from IApplicationBarMenuItem.)
Public property Text (Inherited from IApplicationBarMenuItem.)

Top

Events

  Name Description
Public event Click (Inherited from IApplicationBarMenuItem.)

Top

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

See Also

Reference

Microsoft.Phone.Shell Namespace