buttonCount

The number of buttons in the PODSToolbar object on the M-Business Client toolbar.

Interface

PODSToolbar

IDL definition
readonly attribute PODSUInt16 buttonCount;
JavaScript synopsis
tbar.buttonCount
C synopsis
PODSUInt16 PODSbuttonCount(PODSToolbar* tbar);
Parameters
  • tbar   The PODSToolbar object.

Returns

The number of buttons in the PODSToolbar object.

See also

buttonForIndex( ), buttonForName( )