Initializes the ModularMenu. MaxItemShow - maximum number of item visible in the menu without scrolling. HeightItem - height of each item. Parent - where is the Activity create the ModularMenu. Module - must be Me
Example: Menu.Initialize(7,43dip,Activity,Me)
IsInitializedAsBoolean
Tests whether the object has been initialized.
KeyMenuPressAsString
Action to be sent to the class by listening to the menu button press event.