Table Panel
SMDialog panel: group of Components and DialogItemstr that move, show and hide together.
Summary
Field | Type | Summary |
---|---|---|
AutoClose | boolean | Auto-close panel when mouse click outside it? |
BackgroundColor | string | Panel's background color. |
Bottom | number | Panel's bottom boundary |
Left | number | Panel's left boundary |
Name | string | Name identifier of the panel |
Right | number | Panel's right boundary |
Top | number | Panel'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
boolean 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.