Share via


RibbonDropDownItem.Image Property (2007 System)

Gets or sets an image this is displayed on this RibbonDropDownItem.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
Public Property Image As Image
'Usage
Dim instance As RibbonDropDownItem 
Dim value As Image 

value = instance.Image

instance.Image = value
public Image Image { get; set; }
public:
property Image^ Image {
    Image^ get ();
    void set (Image^ value);
}
public function get Image () : Image 
public function set Image (value : Image)

Property Value

Type: System.Drawing.Image
The image that is displayed on this RibbonDropDownItem.

Remarks

The recommended image format is PNG, because images in the PNG format support transparency through their alpha channel.

The Image property identifies an image that is displayed by the control. This property can be set at design time or at run time. If you update this property at run time, the control's appearance is updated to reflect the change.

If the Image property is set, the OfficeImageId property is ignored. Although the Image property gives you more control than the other two properties do, it can be slower because the image object is sent to the Office application every time the control is updated.

.NET Framework Security

See Also

Reference

RibbonDropDownItem Class

RibbonDropDownItem Members

Microsoft.Office.Tools.Ribbon Namespace

Other Resources

Ribbon Object Model Overview