API 文件集 > Custom user interface > Object ProUIList > Function ProUIListListtypeSet
Function ProUIListListtypeSet
Description
Set type of display for the list component.
Synopsis
#include <ProUIList.h>
ProUIListListtypeSet
(
char* dialog
/* (In)
The name of the dialog that contains the list
*/
char* list
/* (In)
The name of the list component
*/
/* (In)
The type of display for the list component.
*/
)
Returns
The function was successful
One or more of the arguments are invalid
The function failed
User Guide References
這是否有幫助?