InfoBarHyperlink::IsButton Property

Visual Studio 2015
 

Determines whether the InfoBarHyperlink is a button.

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

public:
property bool IsButton {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

True if the hyperlink is a button, otherwise false.

Return to top
Show: