Show / Hide Table of Contents

Enum Restrictions

Specifies a set of actions that cannot be performed on the object in the design mode.

Namespace: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
[Flags]
public enum Restrictions

Fields

Name Description
DontDelete

Restricts deleting the object.

DontEdit

Restricts editing the object.

DontModify

Restricts modifying the object's properties.

DontMove

Restricts moving the object.

DontResize

Restricts resizing the object.

HideAllProperties

Hides all properties of the object.

None

Specifies no restrictions.

Back to top Generated by DocFX