Function ProUIListAttachLeft
Description
To attach the list at left side of the parent component.
Synopsis
#include <ProUIList.h>
ProUIListAttachLeft
(
char* dialog
/* (In)
The name of the dialog that contains the list.
*/
char* component
/* (In)
The name of the list component.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?