<- Back to MMColor function list
MMColor_SetLayoutPartHeights
- Description
To properly display the color space sliders 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 the color space sliders and have them 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 MMColor_ShowColorSpaceSlider and MMColor_ShowSlider functions for more information about showing menus at specific locations.
- Return Type
- Text
- Format
- MMColor_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