_CommandBarButton::Picture Property

 

Gets or sets the icon that appears on the button.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

[DispIdAttribute(1610940430)]
property StdPicture^ Picture {
	[DispIdAttribute(1610940430)]
	StdPicture^ get();
	[DispIdAttribute(1610940430)]
	void set(StdPicture^ value);
}

Property Value

Type: stdole::StdPicture^

The icon is of type stdole.StdPicture.

Return to top
Show: