StoryWindow
A story window.
StoryWindow Properties
| Property |
Type |
Access |
Description |
| Bounds |
Array of 4 Longs |
r/w |
The bounds of the object (top, left, bottom, right) in pixels. |
| Index |
Long |
read |
Index of the object within its parent object. |
| Name |
String |
read |
The name of the object. |
| Parent |
Object |
read |
The parent of the object. |
| Selection |
Object, Array of Objects, idNothingEnum enumeration |
r/w |
The selection of the front-most window. |
StoryWindow Methods
| Method |
Returns |
Description |
| BringToFront |
Nothing |
Brings object to the front. |
| Close |
Nothing |
Close the object. |
| Maximize |
Nothing |
Maximize the window. |
| Minimize |
Nothing |
Minimize the window. |
| Restore |
Nothing |
Restore the window. |
| Select |
Nothing |
Selects the object. |
Previous post: StoryWindows
Next post: StoryPreference