HideToolbars Parameter

This parameter determines whether toolbars will be displayed in the Smartframe Newlook Control, and if so, which ones.

param name="HideToolbars" value=[integer]

Where integer is one of the values, or combination of values, described in Settings.

Settings

The available settings for integer for the HideToolbars parameter are :

Settings

Description

0

 Hide none (display all toolbars).

2

 Hide Menu bar.

32

 Hide Function Key bar (in both full screens and pop up windows).

64

 Hide Status bar.

512

 Hide Function Keys bar (in full screen only).

-1

 Hide all toolbars.

The above values can be added together if you wish to hide specific tool bars. For example, to hide only the Menu bar and Status bar you would set this property to 66 (64 + 2).

Specify the HideToolbars parameter in the newlook object tag, in the HTML page hosting the Newlook control:

 

<object id=newlook classid=CLSID:CFFE5E18-79B9-431C-8CE2-AE55A16E7C09>

<param name="HideToolbars" value="66" />

</object>

This parameter can also be specified as a command line argument of your Smartframe.exe shortcut.

See Also

Customizing Smartframe templates | Smartframe Newlook Control API | HideConnectionDialog parameter | OnTitleChanged event | Options parameter

Applies To

Smartframe Newlook Control


© 2004-2021 looksoftware. All rights reserved.