setActionVisible(name,Boolean)
Sets the visibility/accessibility of end-user Selection features. To disable a feature, set the value to false.
Parameters
name name of toolbar button (String):
'Apply', 'Clear Selection',
'Reverse Selection', 'Sort Selection',
boolean false: hide the specified function
true: show the specified function
Example
Selection1.setActionVisible("Reverse Selection", false);
See Also
thisViewsheet.setActionVisible(name,Boolean), to show or hide Viewsheet toolbar buttons.
| << dropDown | © 1996-2013 InetSoft Technology Corporation (v11.5) | singleSelection >> |