Enum Restrictions
Specifies a set of actions that cannot be performed on the object in the design mode.
Namespace: FastReport
Assembly: FastReport.dll
Syntax
[Flags]
[TypeConverter(typeof(FlagConverter))]
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. |