GrapeCity MultiRow Windows Forms Documentation
BackgroundImage Property (CellNoteStyle)


Gets or sets the CellNote image.
Syntax
<SRCategoryAttribute("Appearance")>
<SRDescriptionAttribute("Indicates the image displayed on the CellNote.")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<DefaultValueAttribute()>
Public Property BackgroundImage As Image
Dim instance As CellNoteStyle
Dim value As Image
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
[SRCategory("Appearance")]
[SRDescription("Indicates the image displayed on the CellNote.")]
[RefreshProperties(RefreshProperties.Repaint)]
[DefaultValue()]
public Image BackgroundImage {get; set;}

Property Value

A System.Drawing.Image value that represents the image of the CellNote. 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

CellNoteStyle Class
CellNoteStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.