CheckTBbutton

Syntax:

CheckTBbutton( #ButtonID, Flag )

Parameters:

#ButtonID

=

your ButtonNumber (ID)

Flag

=

One of the following states:


0 = not checked

1 = checked


Description:

Use this command to Check one of the #TBpro_CheckButton in a group.

( see AddTBbutton() for #TBpro_CheckButton )


Example:

  AddTBbutton(500,1,#TBpro_CheckBUTTON)
  AddTBbutton(501,2,#TBpro_CheckBUTTON)
  AddTBbutton(502,3,#TBpro_CheckBUTTON)
  AddTBbutton(503,4,#TBpro_CheckBUTTON)

  CheckTBbutton(503,1) ; Check the last of the 4 buttons


Supported OS:   Windows