IVsInfoBarActionItem::IsButton Property

Visual Studio 2015
 

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

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

[DispIdAttribute(1610743809)]
property bool IsButton {
	bool get();
}

Property Value

Type: System::Boolean

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

Return to top
Show: