Tao.FreeGlut SDK Documentation

Glut.glutGetMenu Method 

Returns the identifier of the current menu.

[Visual Basic]
Public Shared Function glutGetMenu() As Integer
[C#]
public static int glutGetMenu();

Return Value

Returns the identifier of the current menu. If no menus exist or the previous current menu was destroyed, glutGetMenu returns zero.

Remarks

Returns the identifier of the current menu. If no menus exist or the previous current menu was destroyed, glutGetMenu returns zero.

See Also

Glut Class | Tao.FreeGlut Namespace | glutSetMenu