Share via


IVsInfoBarActionItem.IsButton Property

Definition

Determines whether this action item should be rendered as a button. By default, action items are rendered as a hyperlink.

public:
 property bool IsButton { bool get(); };
public:
 property bool IsButton { bool get(); };
public bool IsButton { get; }
[System.Runtime.InteropServices.DispId(1610743809)]
public bool IsButton { get; }
member this.IsButton : bool
[<System.Runtime.InteropServices.DispId(1610743809)>]
member this.IsButton : bool
Public ReadOnly Property IsButton As Boolean

Property Value

True if this action item should be rendered as a button, otherwise false.

Attributes

Applies to