Documentazione API > Custom user interface > Object ProUIMenupane > Function ProUIMenupaneAttachBottom
Function ProUIMenupaneAttachBottom
Description
To attach the menupane at bottom side of the parent component.
Synopsis
#include <ProUIMenupane.h>
ProUIMenupaneAttachBottom
(
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
È stato utile?