Table of Contents

Method BeginNumberedBullet

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

BeginNumberedBullet(int, int, int, TextBoxTextAttrBulletStyle)

Begins a numbered bullet.

bool BeginNumberedBullet(int bulletNumber, int leftIndent, int leftSubIndent, TextBoxTextAttrBulletStyle bulletStyle = TextBoxTextAttrBulletStyle.Arabic | TextBoxTextAttrBulletStyle.Period)

Parameters

bulletNumber int

A number, usually starting with 1

leftIndent int

A value in tenths of a millimetre.

leftSubIndent int

A value in tenths of a millimetre.

bulletStyle TextBoxTextAttrBulletStyle

Bullet style.

Returns

bool

Remarks

This call will be needed for each item in the list, and the application should take care of incrementing the numbering.