formZ SDK | 4.0 Call Back Reference | Command
Description
Command icon adjacent positions.
enum fz_fuim_icon_adjacent_enum {
FZ_FUIM_ICON_ADJACENT_DEFAULT,
FZ_FUIM_ICON_ADJACENT_TOP,
FZ_FUIM_ICON_ADJACENT_BOTTOM,
FZ_FUIM_ICON_ADJACENT_LEFT,
FZ_FUIM_ICON_ADJACENT_RIGHT };
Members
FZ_FUIM_ICON_ADJACENT_DEFAULT
default icon position (currently FZ_FUIM_ICON_ADJACENT_RIGHT)
FZ_FUIM_ICON_ADJACENT_TOP
positions the icon above the reference command icon. If necessary, a new row is added above the referenced icon
FZ_FUIM_ICON_ADJACENT_BOTTOM
positions the icon below the reference command icon. If necessary, a new row is added below the referenced icon
FZ_FUIM_ICON_ADJACENT_LEFT
positions the icon to the left of the reference command icon. If necessary, all icons are shifted to the right to make space
FZ_FUIM_ICON_ADJACENT_RIGHT
positions the icon to the right of the reference command icon. If necessary, all icons are shifted to the left to make space
Availability
5.0.0.0
Defined in