Jump to content

API Panel.ConfigureDisplayCreator

From Flowcode Help
Revision as of 14:37, 7 August 2026 by Wiki bot (talk | contribs) (Created page with "{| class="mtx-class-macrotable wikitable" |- | width="10%" align="center" class="mtx-class-macrohead" | File:Fc9-comp-macro.png | width="90%" class="mtx-class-macrohead" | '''ConfigureDisplayCreator''' |- | colspan="2" | Sets the dimensions and orientation of a Display Creator panel  |- |- | width="10%" align="center" | File:Fc9-u32-icon.png - ULONG | width="90%" | Id |- | colspan="2" | The panel Id  |- | width="10%" align="center" | File...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
ConfigureDisplayCreator
Sets the dimensions and orientation of a Display Creator panel 
- ULONG Id
The panel Id 
- ULONG Width
The x-dimension of the panel in pixels 
- ULONG Height
The y-dimension of the panel in pixels 
- ULONG BackCol
The background colour of the panel (use -1 to retain existing colour) 
- BYTE ReadOnly
Mask to make panel properties read-only (0x01=Width, 0x02=Height, 0x04 = BackCol) 
- BOOL Return


Detailed description

Examples