GrapeCity MultiRow Windows Forms Documentation
CustomTextBullet Property


Gets or sets the custom text bullet.
Syntax
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
Public Overridable Property CustomTextBullet As ICustomTextBullet
Dim instance As ListLabelCell
Dim value As ICustomTextBullet
 
instance.CustomTextBullet = value
 
value = instance.CustomTextBullet
[DefaultValue()]
[Browsable(false)]
public virtual ICustomTextBullet CustomTextBullet {get; set;}

Property Value

An ICustomTextBullet instance that specifies the custom text bullet. 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 CustomTextBullet.
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.