Forms > Forms Assembly Interfaces > IMenu
The IMenu interface is a base one and contains properties of the MainMenu and PopupMenu components.
Property name | Brief description | |
![]() |
Images | The Images property determines a name of the component which images are used in the component. |
![]() |
Items | The Items property returns the collection of menu items. |
Property name | Brief description | |
![]() |
ComponentCount | The ComponentCount property returns the number of child components located on the parent component. |
![]() |
Components | The Components property returns the child component, which index is passed by the input parameter. |
![]() |
Data | The Data property is used to store any custom data. |
![]() |
Name | The Name property determines a component name. |
![]() |
Tag | The compiler does not use the Tag property. The user can change the value of the Tag property and use it as he wishes. |
See also: