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