DeleteTBbutton

Syntax:

DeleteTBbutton( #ButtonID )

Parameters:

#ButtonID

=

your ButtonNumber (ID)


Description:

Delete a Button from the TB.


Example:

  AddTBbutton(500,1,#TBpro_BUTTON)
  AddTBbutton(501,2,#TBpro_BUTTON)
  AddTBbutton(502,3,#TBpro_BUTTON)

  DeleteTBbutton(500, 1)
  ; now only 2 Buttons are in the Toolbar


Supported OS:   Windows