Share via


CommandBarButtonClass.Picture Property

Definition

Gets or sets the icon that appears on the button..

public:
 virtual property stdole::StdPicture ^ Picture { stdole::StdPicture ^ get(); void set(stdole::StdPicture ^ value); };
[System.Runtime.InteropServices.DispId(1610940430)]
public virtual 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 Overridable Property Picture As StdPicture

Property Value

The icon is of type stdole.StdPicture.

Implements

Attributes

Applies to