GrapeCity MultiRow Windows Forms Documentation
BulletStyle Enumeration


Indicates the style of bullet.
Syntax
Public Enum BulletStyle 
   Inherits System.Enum
Dim instance As BulletStyle
public enum BulletStyle : System.Enum 
Members
MemberDescription
CircleUse circles as bullets. It looks like '◦'.
CustomImageUse an image as bullets.
CustomTextBulletUse customized text as bullets.
DiscUse dots as bullets. It looks like '•'.
LowerAlphaUse lowercase letters as bullets. Such as "a, b, c, d, ...".
LowerRomanUse lowercase Roman numerals as bullets. Such as "i, ii, iii, iv, ...".
NoneDo not use bullet.
NumberedUse numbers as bullets. Such as "1, 2, 3, 4, ...".
SquareUse squares as bullets. It looks like '■'.
UpperAlphaUse uppercase letters as bullets. Such as "A, B, C, D, ...".
UpperRomanUse uppercase Roman numerals as bullets. Such as "I, II, III, IV, ...".
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.BulletStyle

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

GrapeCity.Win.MultiRow Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.