API 설명서 > Custom user interface > Object ProUIMenubar > Function ProUIMenubarBottomoffsetGet
Function ProUIMenubarBottomoffsetGet
Description
Get bottom offset of the menubar.
Synopsis
#include <ProUIMenubar.h>
ProUIMenubarBottomoffsetGet
(
char* dialog
/* (In)
The name of the dialog that contains the menubar.
*/
char* component
/* (In)
The name of the menubar component.
*/
int* value
/* (Out)
Bottom offset value.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?