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