thisViewsheet.setActionVisible(name,Boolean)

Sets the visibility of Viewsheet toolbar buttons. To hide a button, set the value to false.

Note: The setAction­Visible property for individual compo­nents is documented with the other compo­nent properties.

Parameters

name name of toolbar button (String):

  'Home'

  'Previous'

  'Next'

  'Refresh'

  'Add Bookmark'

  'Browse Bookmarks'

  'Email'

  'Print'

  'Export'

  'Edit'

  'Toolbar'

boolean false: hide the specified button

true: show the specified button

Example

thisViewsheet.setActionVisible("Export", false);

<< thisViewsheet.isActionVisible(name) © 1996-2013 InetSoft Technology Corporation (v11.5) thisViewsheet.updateTime >>