LinkTargetWindowProperties_Struct (Type)
A structure whose members contain information of a link target window properties.
Based On:
Structure
Structure Fields:
Field Name | Type | Description |
---|---|---|
Directories | Boolean | Whether or not to add directory buttons in the link target window. |
Height | NonNegativeInteger | The height of link target window. |
Left | NonNegativeInteger | The left position of link target window. |
Location | Boolean | Whether or not to display the browser address bar in the link target window. |
Menubar | Boolean | Whether or not to display the menu bar in the link target window. |
Name | PlainText_50 | The link target window name. |
Resizable | Boolean | Whether or not the link target window is resizable. |
Scrollbars | Boolean | Whether or not to display the scroll bars in the link target window. |
Status | Boolean | Whether or not to display the status bar in the link target window. |
Toolbar | Boolean | Whether or not to display the browser toolbar in the link target window. |
Top | NonNegativeInteger | The top position of link target window. |
Type | LinkTargetWindowType | The link target window types which can be Direct, NewTab or NewWindow. |
Width | NonNegativeInteger | The width of link target window. |
Error Message:
Must be a structure whose members contain information of a link target window properties.