Category Custom user interface, Object ProUIList

Function ProUIListBackgroundcolorSet


Description
Change the background color of list.
Synopsis
#include <ProUIList.h>
ProErrorProUIListBackgroundcolorSet(
char* dialog
/* (In)
The name of the dialog that contains the list.
*/
char* component
/* (In)
The name of the list component.
*/
ProUIColor value
/* (In)
Background color value.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_GENERAL_ERRORThe function failed.

Manual References:

  1. User Interface: Dialogs: List Attributes