API 文件集 > Custom user interface > Object ProUIList > Function ProUIListIsAttachedTop
Function ProUIListIsAttachedTop
Description
To check if the list is attached at top side of the parent component.
Synopsis
#include <ProUIList.h>
ProUIListIsAttachedTop
(
char* dialog
/* (In)
The name of the dialog that contains the list.
*/
char* component
/* (In)
The name of the list component.
*/
ProBoolean* state
/* (Out)
state of the top attachment. PRO_B_TRUE if the list is attached at top. PRO_B_FALSE if the list is not attached at top.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
這是否有幫助?