Adds an item to the menu in the specified position. Title - title displayed in the menu. Image - put Null if there is no image to load. Position - position in the menu.
Initializes the ModularMenu. MaxItemShow - maximum number of item visible in the menu. HeightItem - height of each item. in DIP units. Parent - The Main Activity (Should always be Activity) Module - must be Me (with no " marks) bgColor - Menu color txtColor - Text color TextSize - Text size Event - Event name to raise on Click event (create an event with this prototype: Event_Click(Position as Int, Value as String).
IsInitializedAsBoolean
Tests whether the object has been initialized.
IsVisibleAsBoolean
Returns True if menu is currently showing.
OpenMenuAsString
Programmatically opens the menu.
OpenMenuAt (LeftAsInt, TopAsInt) AsString
Programmatically opens the menu at a specified location. Left - Left edge of menu. Top - Top edge of menu.