ShowBackColorOnXP DataWindow object property
Description
Whether the background color that you select for a button
displays on Windows XP.
Controls
DataWindow objects
Syntax
PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.DataWindow.ShowBackColorOnXP |
Describe and Modify argument:
|
1 |
"DataWindow.ShowBackColorOnXP{ = <span>value </span>}" |
|
Parameter |
Description |
|---|---|
|
value |
A boolean value that indicates whether Values are:
|
Usage
The Background.Color property is not supported for buttons
on Windows XP by default because the current XP theme controls the
appearance of the button.
In the painter
Set the Show Backcolor on XP property on the General tab
of the Properties view for the DataWindow object. The background
color you selected will display in Preview mode.
Examples
|
1 |
dw1.Modify("DataWindow.ShowBackColorOnXP = yes") |
|
1 |
dw1.Object.DataWindow.ShowBackColorOnXP = "yes" |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest