_CommandBarButton::Mask Property

 

Gets the mask. This property is deprecated.

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

[DispIdAttribute(1610940432)]
property StdPicture^ Mask {
	[DispIdAttribute(1610940432)]
	StdPicture^ get();
	[DispIdAttribute(1610940432)]
	void set(StdPicture^ value);
}

Property Value

Type: stdole::StdPicture^

The mask. This property is deprecated.

This property throws a DeprecatedException when called.

Return to top
Show: