The methods defined in the Folder class are summarized in the following table.
Method | Description |
---|---|
canHaveAsChild | Returns whether the control can be placed on the folder, to ensure that only sheets are placed on folders |
dragSheet | Returns the sheet of the tab that corresponds to the x and y location of the drag operation |
sheets | Returns the number of sheets |
Additionally, the methods summarized in the following table are defined in the Control superclass.
Method | Description |
---|---|
isMySheetVisible | Determines if the sheet on which it is placed is the current visible sheet |
showMySheet | Makes the sheet on which it is placed the top sheet |
For details, see "Window, Form, and Control Methods", later in this document.