AddIcon

This command will add a specified icon to the SideBar Menu.

Group:   MenuStrip Extensions


Syntax: MenuStrip.AppendItem (Name, enIconDock, [.Visible])

vName           (Variant)  The name of the icon button to be added to the SideBar. Use the id of the icon listed under the Solution Designer Icons group.

DockAt           Sets where the icon button will be docked. Location can be the SideBar or an Overflow area (extended space) to the SideBar.

EnIconDoc     Options are iconLeft, iconOverflow, or iconRight. The user will need to swipe to see the additional icon(s) in iconOverflow.

Example:

To be supplied.

Supported Version  RFgen 5.2.3 and newer.