IVsInfoBarActionItem.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.
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