Previous Topic

Next Topic

Inhoudsopgave

Book Index

FrmMainMenuType Property

Property Property FrmMainMenuType() As Type

Description

Specifies the type of the main menu form of the Isah Mobile application. By default, it is set to MenuFrm, which is the default main menu for Isah Mobile. By assigning a different form class to this property, a custom main menu can be created. This form class must be assigned in the RegisterMobileFunctions() method of the custom assembly. The class of the custom main menu must inherit from StandardMenuFrm.