_CommandBarButton.Picture Property

Definition

Gets or sets the icon that appears on the button.

public:
 property stdole::StdPicture ^ Picture { stdole::StdPicture ^ get(); void set(stdole::StdPicture ^ value); };
[System.Runtime.InteropServices.DispId(1610940430)]
public stdole.StdPicture Picture { [System.Runtime.InteropServices.DispId(1610940430)] get; [System.Runtime.InteropServices.DispId(1610940430)] set; }
[<System.Runtime.InteropServices.DispId(1610940430)>]
[<get: System.Runtime.InteropServices.DispId(1610940430)>]
[<set: System.Runtime.InteropServices.DispId(1610940430)>]
member this.Picture : stdole.StdPicture with get, set
Public Property Picture As StdPicture

Property Value

The icon is of type stdole.StdPicture.

Attributes

Applies to