Panel controls are used to provide a set area identifying a group of controls.
Newlook Smartclient
Newlook Server
A panel control can be used to subdivide a form functionally. For example, if you wanted to separate one group of option buttons from another group of option buttons or you wished to position a group of menus as a group then you would use a panel control.
A frame is also useful if you want to position a group of controls on a form. Once a control is copied onto a panel control it's position stays fixed, relative to the top left corner of the panel. Moving the panel also moves any control placed on the panel.
A panel is similar to a frame control however they vary in the properties they offer. For instance, a panel control has various event driven properties such as the OnClick property, which allow one to respond to user events.
To group controls, draw the panel first, and then draw controls inside the panel.
1
.
Newlook Smartclient |
Newlook Server |
Deprecated
|
Obsolete
Property |
Client |
Description |
|
Gets or sets whether the object allows drag/drop support. Newlook Smartclient-only property. |
|
|
Gets or sets the background color of the object. |
|
|
Gets or sets a style which determines if the control's background is transparent or opaque. |
|
|
Gets or sets the control's border color. |
|
|
Gets or sets the style of a control's border. |
|
|
Gets or sets the width (thickness) of the control's border. |
|
|
Gets or sets the CSS class, or classes, for the control in Newlook Server. Server-only. |
|
|
Returns a collection of files dropped onto the object. |
|
|
Gets or sets the enabled state of the object. |
|
|
Sets or returns the current control index for an object. |
|
|
Returns or sets the height of the object's size in pixels at default size, which is the object's size at design-time. |
|
|
Determines the distance, in pixels, between the left edge of the control and the left edge of its form or parent container at default size, which is the object's size at design-time. |
|
|
Gets or sets the name of this object. |
|
|
Gets or sets the name of the macro or script to be run when the Click event is triggered. |
|
|
Gets or sets the name of a macro or script to be run when the DblClick event occurs. |
|
|
Gets or sets the name of a macro or script to be run when the Drop event occurs. Newlook Smartclient-only property. |
|
|
Gets or sets the name of the macro or script to be run when the MouseEnter event occurs. Smartclient-only. |
|
|
Gets or sets the name of the macro or script to be run when the MouseExit event occurs. Smartclient-only. |
|
|
Gets or sets user defined information for the control. |
|
|
Gets or sets the control's tool-tip text. |
|
|
Determines the distance, in pixels, between the top edge of the control and the top edge of its form or parent container at default size, which is the object's size at design-time. |
|
|
Returns a value which specifies the control's type. Read only. |
|
|
Gets or sets whether the control, object or form is visible or hidden. |
|
|
Gets or sets the width of the object in pixels at default size, which is the object's size at design-time. |
Frame control | Picture box control
© 2004-2021 looksoftware. All rights reserved.