API 설명서 > Custom user interface > Object ProUIMenubar > Function ProUIMenubarIsAttachedLeft
Function ProUIMenubarIsAttachedLeft
Description
To check if the menubar is attached at left side of the parent component.
Synopsis
#include <ProUIMenubar.h>
ProUIMenubarIsAttachedLeft
(
char* dialog
/* (In)
The name of the dialog that contains the menubar.
*/
char* component
/* (In)
The name of the menubar component.
*/
ProBoolean* state
/* (Out)
state of the left attachment. PRO_B_TRUE if the menubar is attached at left. PRO_B_FALSE if the menubar is not attached at left.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?