Using the connect method

Top  Previous  Next

 

If you are using the SDK library, you can use the createToolbar, toolbarVisible and toolbarRestrictions parameters in the connect method.

 

Read more about how to get started with the ThinRDP Server SDK library.

 

Here is the syntax for the toolbar parameters:

 

mythinrdp.connect({

                 createToolbar:     true,

                 toolbarVisible:     true

});