Documentation for this section has not yet been entered.
When a static menu item contains a submenu, an image can be displayed to indicate that the user can expand the menu. There are two ways to display this image:
Set the Menu.StaticEnableDefaultPopOutImage property to true to use the built-in image (default).
Set the Menu.StaticPopOutImageUrl property to specify a custom image.
If the Menu.StaticPopOutImageUrl property is set, that image overrides the built-in image, regardless of the value of the Menu.StaticEnableDefaultPopOutImage property.
If the Menu.StaticPopOutImageUrl property is not set and the Menu.StaticEnableDefaultPopOutImage property is set to false, no image is displayed.
When you set this property, use a slash mark (/) instead of a backslash (\). If you use backslashes in the path, the specified image will not be displayed.
You can specify alternate text for the image by setting the Menu.StaticPopOutImageTextFormatString property.