TdxNumberingOptions.MultiLevelAllowed Property
Returns a value indicating whether multi-level numbering is allowed in a document.
Declaration
property MultiLevelAllowed: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
If this property returns True, end-users can create multi-level bulleted and/or numbering lists within a document opened in the Rich Edit control. If the MultiLevelAllowed property returns False, multi-level lists are not available.
Note
The MultiLevelAllowed 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 multi-level bulleted and numbering lists functionality in the Rich Edit control, use the MultiLevel property instead.
See Also