API Documentation > Custom user interface > Object ProUIMenupane > Function ProUIMenupaneUnattachBottom
Function ProUIMenupaneUnattachBottom
Description
To not attach the menupane at bottom side of the parent component.
Synopsis
#include <ProUIMenupane.h>
ProUIMenupaneUnattachBottom
(
char* dialog
/* (In)
The name of the dialog that contains the menupane.
*/
char* component
/* (In)
The name of the menupane component.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?