Category Custom user interface, Object ProUIInputpanel

Function ProUIInputpanelBackgroundcolorSet


Description
Change the background color of the inputpanel.
Synopsis
#include <ProUIInputpanel.h>
ProErrorProUIInputpanelBackgroundcolorSet(
char* dialog
/* (In)
The name of the dialog that contains the inputpanel.
*/
char* component
/* (In)
The name of the inputpanel 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: Input Panel Attributes