TdxRangePermissionOptions Class
Stores appearance settings applied to all editable ranges with permissions within the current document.
Declaration
TdxRangePermissionOptions = class(
TdxRichEditNotificationOptions
)
Remarks
This class extends its ancestor with members that allow you to:
Specify whether all editable ranges with permissions are distinctively marked within the document (Visibility);
Assign the color applied to the brackets marking the boundaries of editable ranges with permissions within an unprotected document (BracketsColor);
Assign the color applied to the brackets marking the boundaries of editable ranges with permissions within a protected document (HighlightBracketsColor);
Assign the color used to highlight all editable ranges with permissions within an unprotected document (Color);
Assign the color used to highlight all editable ranges with permissions within a protected document (HighlightColor).
A TdxRangePermissionOptions object is referenced by the Rich Edit control’s Options.RangePermissions property.