<- Back to CNS Menu function list
CNSMenu_SetLayoutPartHeights
- Description
To properly display menus at specific pixel locations on layouts set to "List View", you need to let the plug-in know the heights of the Layout Parts of your layout. Once you have set these values, showing menus that appear to be attached to buttons in the list of records on your layout is as easy as specifying the pixel locations of the buttons on your layout in layout mode. See the CNSMenu_ShowMenu function for more information about showing menus at specific locations.
- Return Type
- Text
- Format
- CNSMenu_SetLayoutPartHeights ( Header ; Body ; Footer )
- Required Parameters
- Header
The Height of the Header Part.
- Body
The Height of the Body Part.
- Footer
The Height of the Footer Part.
- Header