Modernisez vos Applications PowerBuilder

En-tête dégradé

Le "Gradient Header" a été développé pour compléter la barre de raccourcis. C’est le même type de contrôle que vous voyez dans Outlook 2003 qui vous permet de savoir quelle option a été sélectionnée dans la barre de raccourcis.

Gradient Header

Implémentation

//Open Event of window that contains the control 
//Or the post constructor event of the userobject that contains the control
//Custom Color
uo_2.of_SetTextColor(RGB(255,255,255),uo_2.LEFT) uo_2.of_SetTextColor(RGB(255,255,255),uo_2.RIGHT) //Set Text and Image uo_2.of_SetText(as_text, uo_2.LEFT) uo_2.of_SetImage(as_image, uo_2.RIGHT)