IUIImage interface (uiribbon.h)

The IUIImage interface is implemented by the application and defines the method for retrieving an image to display in the ribbon and context popup UI of the Windows Ribbon framework .

Inheritance

The IUIImage interface inherits from the IUnknown interface. IUIImage also has these types of members:

Methods

The IUIImage interface has these methods.

 
IUIImage::GetBitmap

Retrieves a bitmap to display as an icon in the ribbon and context popup UI of the Windows Ribbon framework.

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps only]
Target Platform Windows
Header uiribbon.h

See also

IUIImageFromBitmap

Windows Ribbon Framework Samples