Enum Flags
Specifies a set of actions that can be performed on the object in the design mode.
Namespace: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
[Flags]
public enum Flags
Fields
Name | Description |
---|---|
CanChangeOrder | Allows changing the Z-order of an object. |
CanChangeParent | Allows moving the object to another parent. |
CanCopy | Allows copying the object to the clipboard. |
CanDelete | Allows deleting the object. |
CanDraw | Allows drawing the object. |
CanEdit | Allows editing the object. |
CanGroup | Allows grouping the object. |
CanMove | Allows moving the object. |
CanResize | Allows resizing the object. |
CanShowChildrenInReportTree | Specifies that the object can display children in the designer's Report Tree window. |
CanWriteBounds | Allows write object's bounds into the report stream. |
CanWriteChildren | Allows write children in the preview mode by itself. |
HasGlobalName | Specifies that the object's name is global (this is true for all report objects such as Text, Picture and so on). |
HasSmartTag | Allows the "smart tag" functionality. |
InterceptsPreviewMouseEvents | Specifies that the object supports mouse wheel in the preview window. |
None | Specifies no actions. |