Function ProUIListColumnsSet
Description
Set the number of columns in a list component
Synopsis
#include <ProUIList.h>
ProUIListColumnsSet
(
char* dialog
/* (In)
The name of the dialog that contains the list
*/
char* list
/* (In)
The name of the list component
*/
int columns
/* (In)
The number of columns
*/
)
Returns
The function was successful
One or more of the arguments are invalid
The function failed
User Guide References
これは役に立ちましたか?