Skip to main content

TdxNumberingOptions.BulletedAllowed Property

Returns a value indicating whether bulleted numbering is available in a document.

Declaration

property BulletedAllowed: Boolean read;

Property Value

Type
Boolean

Remarks

If this property returns True, end-users can create bulleted lists within a document opened in the Rich Edit control. If the BulletedAllowed property returns False, bulleted lists are not available.

Note

The BulletedAllowed property supports the internal infrastructure and is not intended to be used directly from your code. In order to identify and/or change the state of the bulleted lists functionality in the Rich Edit control, use the Bulleted property instead.

See Also