Table Panel

SMDialog panel: group of Buttons and DialogItemstr that move, show and hide together.

Summary

FieldTypeSummary
AutoCloseboolAuto-close panel when mouse click outside it?
BackgroundColorstringPanel's background color.
BottomnumberPanel's bottom boundary
LeftnumberPanel's left boundary
NamestringName identifier of the panel
RightnumberPanel's right boundary
TopnumberPanel's top boundary

Fields

string Panel.Name

Name identifier of the panel

number Panel.Left

Panel's left boundary

number Panel.Top

Panel's top boundary

number Panel.Right

Panel's right boundary

number Panel.Bottom

Panel's bottom boundary

bool Panel.AutoClose

Auto-close panel when mouse click outside it?

false (by default) means that the panel is what we call "modal" or fill the whole space of the dialog window or tabbed panel,
true may be the appropriate value for a submenu.

string Panel.BackgroundColor

Panel's background color.

Format: RRGGBB[AA], nil by default