Name | Description | |
---|---|---|
![]() | AllowPageBreak | Describes if the Designer object can trigger page breaks or not. The default setting is 'false'. When 'true' the Designer object can trigger page breaks. See the events GetFieldHeightInformation and DrawDesignerObject to implement your own page break logic. |
![]() | Description | The description is displayed in the designer. It may contain space characters, which should, however, not be more than 30 characters in length. |
![]() | DesignerProperties | Contains a collection of DesignerProperty descendants. These properties are displayed in the Designer and serialized to the project file. |
![]() | ExportFormat | |
![]() | Font | The object's default font. |
![]() | Icon | The object icon that is displayed in the toolbar and menu in the designer. It should contain a 16x16 Pixel size Icon with 16 colors. |
![]() | LargeRibbonImage | Large ribbon image for the designer object (PNG with alpha, 32x32 pixels). |
![]() | ObjectName | The name of the object. This is used internally as an ID, which is, however, not shown to the user. |
![]() | PageIsOutOfPrintingRange | |
![]() | SmallRibbonImage | Small ribbon image for the designer object (PNG with alpha, 16x16 pixels). |
![]() | SupportsContentDialog | Gets or sets if a contents dialog is supported by the DesignerObject. |
![]() | TooltipDescription | Gets or sets the Ribbon tooltip description. |