Difference between revisions of "Container properties"
From LinuxMCE
(Undo revision 28681 by AHagerty93 (talk) spam) |
|||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | '''Top''' : '''''Integer''''' | |
The top coordinate of the Container control. If not defined, will be zero. | The top coordinate of the Container control. If not defined, will be zero. | ||
Line 13: | Line 13: | ||
'''Height''' : '''''Integer''''' | '''Height''' : '''''Integer''''' | ||
− | The Height (in pixels) of Container control. If height is not specified, the height will be | + | The Height (in pixels) of Container control. If height is not specified, the height will be parent's control width. |
'''Visible''' : '''''Boolean''''' | '''Visible''' : '''''Boolean''''' | ||
Say if the current control is visible. If the container is not visible, the child controls aren't visible too. | Say if the current control is visible. If the container is not visible, the child controls aren't visible too. | ||
+ | [[Category: Programmer's Guide]] |
Latest revision as of 14:50, 27 September 2011
Top : Integer
The top coordinate of the Container control. If not defined, will be zero.
Left : Integer
The left coordinate of the Container control. If not defined, will be zero.
Width : Integer
The width (in pixels) of Container control. If width is not specified, the width will be parent's control width.
Height : Integer
The Height (in pixels) of Container control. If height is not specified, the height will be parent's control width.
Visible : Boolean
Say if the current control is visible. If the container is not visible, the child controls aren't visible too.