InfoBarActionItem.IsButton Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.