Specifies whether a button displays a default picture for the button’s action.
Button controls
PocketBuilder dot notation:
dw_control.Object.buttonname.DefaultPicture
Describe and Modify argument:
"buttonname.DefaultPicture { = ' value ' }"
Parameter |
Description |
---|---|
buttonname |
The name of the button to which you want to assign an action. |
value |
Whether the action’s default picture is used. Values are:
|
Select the control and set the value in the Properties view, General tab, Action Default Picture option. When the check box is not selected, you can specify a picture file name in the Picture File option. Button pictures can be BMP, GIF, or JPEG files.
dw_1.Object.b_name.DefaultPicture = "Yes"
setting = dw_1.Describe("b_name.DefaultPicture")
dw_1.Modify("b_name.DefaultPicture ='No'")
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |