_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.
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