The API is no longer being updated here until further notice. |
Returns whether this frame should raise its frame level on mouse interaction.
isTopLevel = Frame:IsToplevel()
Returns[]
- isTopLevel
- boolean -
true
if this is a toplevel frame.
Details[]
- In addition to raising the frame on mouse interaction, toplevel frames will have render layer flattening implicitly enabled.
Patch changes[]
Patch 1.10.1 (2006-04-11): Added.