Links |
---|
Returns whether a frame is prevented from being moved off-screen.
isClamped = Frame:IsClampedToScreen()
This method is available on any widget that inherits from Frame.
Returns
- isClamped
- Flag - 1 if the frame is prevented from being moved off-screen, nil otherwise.
Patch history
Patch 1.11.0 (2006-06-19): Added.