API 설명서 > Custom user interface > Object ProUIList > Function ProUIListBackgroundcolorSet
Function ProUIListBackgroundcolorSet
Description
Change the background color of list.
Synopsis
#include <ProUIList.h>
ProUIListBackgroundcolorSet
(
char* dialog
/* (In)
The name of the dialog that contains the list.
*/
char* component
/* (In)
The name of the list component.
*/
/* (In)
Background color value.
*/
)
Returns
The function succeeded.
The function failed.
User Guide References
도움이 되셨나요?