InfoBarActionItem.IsButton Property

Definition

Gets whether or not this action item should be rendered as a button. Action items can only be rendered as a button when placed in the ActionItems collection of the InfoBarModel.

public:
 abstract property bool IsButton { bool get(); };
public:
 abstract property bool IsButton { bool get(); };
public abstract bool IsButton { get; }
member this.IsButton : bool
Public MustOverride ReadOnly Property IsButton As Boolean

Property Value

Determines whether or not this action item should be rendered as a button. Action items can only be rendered as a button when placed in the ActionItems collection of the InfoBarModel.

Implements

Applies to