Type | Name | Description | Notes |
Color | background | Changes the background color of the notebook page. | |
String | fileName | Changes or returns the file name (the name of the .ilv file) associated with the page. The file is loaded into the gadget container (if any). | |
String | label | Changes the tab's label. The label can be a reference to the language database. The result can be NULL if the tab has no label.
Returns the tab's label. | |
String | name | Sets or returns the name of the notebook page. | |
IlvNotebook | notebook | Returns the notebook corresponding to the page. | |
Boolean | sensitive | Changes the sensitive attribute of the page.
Returns true if the page is sensitive, that is, if the page can be selected. | |
IlvGadgetContainer | view | Changes the view associated with the page. The parent of the view passed must be the result of the parent property of IlvNotebook . The previous view of the object is deleted.
Returns the view associated with the page. If no such view exists, a view will be created for the notebook page. | |