IUIImageFromBitmap interface (uiribbon.h)

IUIImageFromBitmap is a factory interface implemented by the Windows Ribbon framework that defines the method for creating an IUIImage object.

Inheritance

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

Methods

The IUIImageFromBitmap interface has these methods.

 
IUIImageFromBitmap::CreateImage

Creates an IUIImage object from a bitmap image.

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

Windows Ribbon Framework Samples