This class represents a virtual collection of all children of a menu.
This class is virtual. You cannot use it as a datatype.
This class is not creatable.
This class is enumerable with the FOR EACH keyword.
DIM hMenuChildren AS .MenuChildren DIM hMenu AS Menu FOR EACH hMenu IN hMenuChildren ... NEXT |
Enumerates all children of a menu.