NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MenuGlyph Enumeration

Enum to be used with the drawMenuGlyph function.

[Visual Basic]
Public Enum MenuGlyph
[C#]
public enum MenuGlyph
[C++]
public enum MenuGlyph

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Arrow Draws a submenu arrow.
Bullet Draws a menu bullet.
Checkmark Draws a menu checkmark.
Max [To be supplied.]
Min [To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | Graphics