API 文件集 > Custom user interface > Object ProUIMenubar > Function ProUIMenubarAttachRight
Function ProUIMenubarAttachRight
Description
To attach the menubar at right side of the parent component.
Synopsis
#include <ProUIMenubar.h>
ProUIMenubarAttachRight
(
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
這是否有幫助?