| ServerPanel | V1.1 F2.0 |
![]() |
New_ServerPanel | This constructor is used to create an instance of the control while at the same time assiging it a name and id. |
![]() |
New | This is the default constructor and it will create an instance of the control without a name. Controls instanciated this way must assign the name of the control manually by doing this: <controlVariable>.Control.Name = "<ControlName>". |
![]() |
Control | WebControl | Inherits attributes from the WebControl class. For more information go to the WebControl help. |
![]() |
Text | String | If supplied, it will render the contents of Text inside the panel. |
![]() |
PanelTemplate | String | Name of the function to be used to render the panel contents. |
![]() |
Mode | Int | 1 = Flat, 2 =3D, 3 =Round |
![]() |
Width | String | Width |
![]() |
Height | String | Heigth |
![]() |
OverFlow | String | Overflow |
![]() |
BorderColor | String | Border Color |
![]() |
LightColor | String | Border Light Color |
![]() |
DarkColor | String | "" Dark Color |
![]() |
BackColor | String | "" Background Color |
![]() |
(default) Render | Renders the control to the page. |
![]() |
-- | -- |
![]() |
-- | -- | -- |
![]() |
WriteProperties(bag) | Invoked by the CLASP Framework to allow the control to restore its state after a postback. Bag is of type PropertyBag and can be used to read (or write) to the control viewstate. |
![]() |
ReadPropertied(bag) | Invoked by the CLASP Framework to allow the control to persist its state before the page is destroyed. Bag is of type PropertyBag and can be used to read (or write) to the control viewstate. |
![]() |
HandleClientEvent | -- Not handled -- |