
 |
BorderStyle property
The new BorderStyle property of the CrosstabWindow, DocumentWindow,
ImageWindow, MDIWindow, OutputWindow, Superbase object, and
ViewWindow is used to decide which border style will be used
by the window. This is limited to the following types of border:
0 - Sizeable border with caption
1 - Fixed border with caption
2 - Sizeable border without caption
3 - Fixed border without caption
4 - No border without caption
5 - Dialog border without caption
Only the 0 and 1 styles can be applied to the Superbase object.
All other styles will get an "Invalid numeric parameter"
error.
|