formZ SDK | 4.0 Call Back Reference | Command | System Command

fz_cmnd_cbak_syst_icon_menu

Description

Adds command icon to a toolbar (Optional). This function is called by formZ to add the command icon to the icon toolbar.

Plugin Prototype

fzrt_error_td fz_cmnd_cbak_syst_icon_menu(

const fzrt_UUID_td

icon_bar_uuid,

fzrt_UUID_td

group_uuid,

fz_fuim_icon_group_enum *

group_pos,

fzrt_int *

group_row,

fzrt_int *

group_col )

Parameters

icon_bar_uuid [Input]

id of the icon tool bar

group_uuid [Result]

id of the icon group (row) to insert the icon if NULL then a default Extensions group at the bottom of the toorbar is used,

group_pos [Result]

position to insert the command in the group (row)

group_row [Result]

specifies exact row when group_pos is CMND_ICON_GROUP_CUSTOM

group_col [Result]

specifies exact column when group_pos is CMND_ICON_GROUP_CUSTOM

Returns

Error codes

Availability

5.0.0.0

See Also

,

Function Set

fz_cmnd_fset


Defined in

fz_cmnd_api.h