ToolBarStandardButton()

Syntax

ToolBarStandardButton(#ButtonID, #ButtonIcon)

Description

Add a standard button to the toolbar being constructed. CreateToolBar() must be called before to use this command. A standard button is an icon which is available directly under the OS. The '#ButtonIcon' parameter must be one of the following constants :
  #PB_ToolBarIcon_New 
  #PB_ToolBarIcon_Open 
  #PB_ToolBarIcon_Save 
  #PB_ToolBarIcon_Print 
  #PB_ToolBarIcon_Find 
  #PB_ToolBarIcon_Replace 

  #PB_ToolBarIcon_Cut 
  #PB_ToolBarIcon_Copy 
  #PB_ToolBarIcon_Paste 
  #PB_ToolBarIcon_Undo 
  #PB_ToolBarIcon_Redo 

  #PB_ToolBarIcon_Delete 
  #PB_ToolBarIcon_Properties 
  #PB_ToolBarIcon_Help 

Supported OS

Windows, Linux

ToolBar - Index