Home Features Toolbar Library Forum Download Support Tutorial Manual
3. Reference
Triggers
Controls
Variables
System Variables
Global Values
Functions
AutoFill()
Back()
Beep()
CheckLinks()
Checksum()
Click()
Command()
Customize()
DeleteOption()
Enable()
Execute()
ExportLinks()
Forward()
GetFolderIcon()
GetQuery()
GetSystemIcon()
Header()
Highlight()
HistoryMenu()
Home()
IfExactMatch()
IfMatch()
ImportValue()
ImportCaption()
ImportIntValue()
ImportXMLValue()
Length()
LoadMenu()
Menu()
OpenURL()
Options()
PageText()
PlaySound()
PopupManager()
Refresh()
Replace()
ReplaceAll()
Resize()
ResizeClient()
Redraw()
Save()
Search()
SearchBack()
SearchLast()
SearchNext()
SearchPage()
SetCaption()
SetClipboard()
SetFocus()
SetFontSize()
SetIcon()
SetOption()
SetParam()
SetText()
SetStatusText()
SetTooltip()
SetUserAgent()
SetValue()
Show()
Stop()
StripHTML()
ToolbarMenu()
TruncateOption()
UpdateToolbar()
Zoom()
Text Functions
  

Show() Function

Show/Hide a Toolbar Button.

Syntax:

    Show(id,show)


Parameters:

    id - id of button to show.
    show - 1to show a button, 0 to hide it.


Remarks:

  • For this function to work, the button must have been previously hidden with the Show() command.
  • Currently this function only works with toolbar buttons. Other toolbar controls can not be hidden.

    Example:

      In this example click the Hide and Show buttons to display or hide the test button.


      <xml id="toolbar">
      <toolbar caption="Show() Example">
      <control type="toolbar">
      <button id=hide caption="Hide" action="Show(test,0)"></button>
      <button id=show caption="Show" action="Show(test,1)"></button>
      <separator></separator>
      <button id=test caption="Test Button"></button>
      </control>
      </toolbar>
      </xml>



    See Also:

      Enable()


Website Popularity Rank | Build Your Own Toolbar | Free Download | Custom Toolbars | Features | Contact Us

ToolbarBrowser is a freeware project supported by Trellian Limited. | Privacy Policy