_CommandBarButton.Picture Property

Definition

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.

Applies to