Resizable property for PowerScript controls
Controls
DataWindow, OLE, and RichTextEdit controls and windows
Description
A resizable window or control has a thick border, and the
user can use the mouse or the keyboard to resize it.
Usage
In a painter
To allow a user to resize a window or control:
-
Select the Resizeable check box on the
General page of the window’s or control’s Properties
view.
In scripts
The Resizable property takes a boolean value.
This statement makes the DataWindow control dw_1 resizable.
1 |
dw_1.Resizable = TRUE |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments