Documentação da API > Custom user interface > Object ProUIInputpanel > Function ProUIInputpanelBackgroundcolorSet
Function ProUIInputpanelBackgroundcolorSet
Description
Change the background color of the inputpanel.
Synopsis
ProUIInputpanelBackgroundcolorSet
(
char* dialog
/* (In)
The name of the dialog that contains the inputpanel.
*/
char* component
/* (In)
The name of the inputpanel component.
*/
/* (In)
Background color value.
*/
)
Returns
The function succeeded.
The function failed.
User Guide References
Isto foi útil?