Difference between revisions of "DesktopContainer.LockLeft"
From Xojo Documentation
(Created page with "N/A") |
|||
Line 1: | Line 1: | ||
− | + | {{PropertyBox | |
+ | | name=LockLeft | ||
+ | | owner=[[DesktopContainer]] | ||
+ | | ownertype=class | ||
+ | | scope=public | ||
+ | | type=[[Boolean]] | ||
+ | | platform=all | ||
+ | | newinversion=2021r3 | ||
+ | }} | ||
+ | {{Description | ||
+ | |text = Determines whether the left edge of the [[DesktopContainer]] should stay at a set distance from the left edge of the parent [[DesktopUIControl|control]], if there is one, or the owning [[DesktopWindow]]. }} | ||
+ | |||
+ | ==See Also== | ||
+ | [[UserGuide:Desktop Control Hierarchy]] |
Latest revision as of 19:11, 23 July 2021
Property (As Boolean )
aDesktopContainer.LockLeft = newBooleanValue
or
BooleanValue = aDesktopContainer.LockLeft
New in 2021r3
Supported for all project types and targets.
or
BooleanValue = aDesktopContainer.LockLeft
New in 2021r3
Supported for all project types and targets.
Determines whether the left edge of the DesktopContainer should stay at a set distance from the left edge of the parent control, if there is one, or the owning DesktopWindow.