.WindowMenus

This class implements a virtual collection of all menus of a window.

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 hWindowMenus AS .WindowMenus
DIM hMenu AS Menu

FOR EACH hMenu IN hWindowMenus
  ...
NEXT

Enumerates each menu included in a window.

Properties 
Count