GrapeCity MultiRow Windows Forms Documentation
Image Property (DropDownItem)


Gets or sets the image that is displayed in the DropDownItem in front of the text.
Syntax
<SRCategoryAttribute("Appearance")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="GrapeCity.Win.MultiRow.Design.MultiRowImageEditor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")>
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates the image of the DropDownItem.")>
Public Overridable Property Image As Image
Dim instance As DropDownItem
Dim value As Image
 
instance.Image = value
 
value = instance.Image
[SRCategory("Appearance")]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="GrapeCity.Win.MultiRow.Design.MultiRowImageEditor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")]
[DefaultValue()]
[SRDescription("Indicates the image of the DropDownItem.")]
public virtual Image Image {get; set;}

Property Value

A System.Drawing.Image value that represents the image that is displayed in the DropDownItem in front of the text. The default is a null reference (Nothing in Visual Basic).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DropDownItem Class
DropDownItem Members

 

 


Copyright © GrapeCity, inc. All rights reserved.