Tao.FreeGlut SDK Documentation

Glut.glutChangeToSubMenu Method 

[Visual Basic]
Public Shared Sub glutChangeToSubMenu( _
   ByVal entry As Integer, _
   ByVal name As String, _
   ByVal menu As Integer _
)
[C#]
public static void glutChangeToSubMenu(
   int entry,
   string name,
   int menu
);

See Also

Glut Class | Tao.FreeGlut Namespace