Determines whether a popup panel can be resized
Member of Popup (PRIM_PPNL)
Data Type - Enumeration
The TouchSize property determines whether a Popup can be resized by the user. Touch sizing will directly affect the Height and Width properties of the Popup. Popups whose size is governed by a layout manager cannot be resized as the layout will alwways ensure the correct size.
Enum Value | Description |
---|---|
All | The control can be sized, vertically and horizontally |
Parent | All sizing processing will be directed to the parent control |
Febuary 18 V14SP2