API 文件集 > Custom user interface > Object ProUIMenubar > Function ProUIMenubarRightoffsetSet
Function ProUIMenubarRightoffsetSet
Description
Set right offset to the menubar.
Synopsis
#include <ProUIMenubar.h>
ProUIMenubarRightoffsetSet
(
char* dialog
/* (In)
The name of the dialog that contains the menubar.
*/
char* component
/* (In)
The name of the menubar component.
*/
int value
/* (In)
Right offset value.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
這是否有幫助?