Packages
 In this topic

*Constructors

*Methods

 

Packages   PreviousThis PackageNext
Package com.ms.awt   Previous This
Package
Next

 


Class MenuX

public class MenuX extends Menu implements MenuXConstants
{
  // Constructors
  public MenuX( String theLabel );

  // Methods
  public boolean CheckMenuItem(int i, int flags);
  public boolean CheckMenuItem( String s, int flags);
  public int getItemID(String s);
}

This class is obsolete. This class has been replaced by the UIMenu implementation in the com.ms.ui package, which includes the UIMenuLauncher, UIMenuItem, and UIMenuList classes.

Menu
  |
  +--MenuX

Constructors

MenuX

public MenuX( String theLabel );

Note This constructor is obsolete.

Methods

CheckMenuItem

public boolean CheckMenuItem(int i, int flags);

Note This method is obsolete.

CheckMenuItem

public boolean CheckMenuItem( String s, int flags);

Note This method is obsolete.

getItemID

public int getItemID(String s);

Note This method is obsolete.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.