CodeCharge Studio |
All ASP PHP Perl ColdFusion Java C#.NET VB.NET |
| Property | Description |
|---|---|
| Name | The name of the control. |
| Page | The page that will be included. |
| Property | Description |
|---|---|
| ComponentType | Specifies type of an object, such as "TextBox", "Record", etc. |
| Parent | Specifies parent container of an object, for example a record form for a textbox that is included within that form. |
| Visible | This variable determines whether the include page is to be shown or not. |
| Property | Description |
|---|---|
| Visible | This variable determines whether the include page is to be shown or not. |
| Variable | Description |
|---|---|
| hide<control name> | This variable determines whether the include page is to be shown or not. |
| Method | Description |
|---|---|
| isVisible | Indicates whether the include page is to be shown or not. |
| setVisible | Specify whether the include page is to be shown or not. |
| getParent | Get the parent component that contains the Include Page. |