Table of Contents
Enumerations #
This class exposes no enumerations
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
This class exposes no methods.
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
Container (Read Only) | DesktopContainer | Nil | When representing a DesktopContainer on a view, this value will be non-Nil. |
Control (Read Only) | DesktopUIControl | Nil | When representing a DesktopUIControl on a view, this value will be non-Nil. |
LockBottom | Boolean | False | When True, this control’s bottom position will be locked relative to its parent view based on its initial position. |
LockFontSize | Boolean | False | When True and the control has a FontSize property, it will not be modified based on the size of the control or view. |
LockHeight | Boolean | False | When True, this control’s height will not be altered by resize operations. |
LockLeft | Boolean | False | When True, this control’s left position will not be altered by resize operations. |
LockRight | Boolean | False | When True, this control’s right position will be locked relative to its parent view based on its initial position. |
LockTop | Boolean | False | When True, this control’s top position will not be altered by resize operations. |
LockWidth | Boolean | False | When True, this control’s width will not be altered by resize operations. |