_CommandBarButton.Picture 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.
Returns or sets an IPictureDisp object representing the image of a _CommandBarButton object.
public:
property stdole::IPictureDisp ^ Picture { stdole::IPictureDisp ^ get(); void set(stdole::IPictureDisp ^ value); };
public stdole.IPictureDisp Picture { get; set; }
member this.Picture : stdole.IPictureDisp with get, set
Public Property Picture As IPictureDisp
Property Value
Remarks
When you change the image on a button, you will also want to use the Mask property to set a mask image. The mask image determines which parts of the button image are transparent. Always set the mask after you have set the picture for a CommandBarButton object.