GrapeCity MultiRow Windows Forms Documentation
BulletImage Property


Gets or sets the bullet image.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates the image to display for each bullet.")>
<LocalizableAttribute(True)>
<SRCategoryAttribute("Appearance")>
Public Overridable Property BulletImage As Image
Dim instance As ListLabelCell
Dim value As Image
 
instance.BulletImage = value
 
value = instance.BulletImage
[DefaultValue()]
[SRDescription("Indicates the image to display for each bullet.")]
[Localizable(true)]
[SRCategory("Appearance")]
public virtual Image BulletImage {get; set;}

Property Value

An System.Drawing.Image instance that represents the bullet image. The default is a null reference (Nothing in Visual Basic).
Remarks
This property only has an effect when the value of the BulletStyle property is CustomImage.
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

ListLabelCell Class
ListLabelCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.