Click or drag to resize

MenuCommandEvent Class (Typed)

X#
Inheritance Hierarchy
Object
  Event
    MenuEvent
      MenuCommandEvent

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS MenuCommandEvent INHERIT MenuEvent
Request Example View Source

The MenuCommandEvent type exposes the following members.

Constructors
  NameDescription
Public methodMenuCommandEvent
Initializes a new instance of the MenuCommandEvent class
Top
Properties
  NameDescription
Public propertyHandle (Inherited from Event.)
Public propertyhWnd (Inherited from Event.)
Public propertyHyperLabel (Inherited from MenuEvent.)
Public propertyItemID (Inherited from MenuEvent.)
Public propertylParam (Inherited from Event.)
Public propertyMenu
The Menu object that generated this MenuSelectEvent.
(Inherited from MenuEvent.)
Public propertyMessage (Inherited from Event.)
Public propertyName
A string representing the name stored in the hyperlabel of the menu items that generated this MenuSelectEvent.
(Inherited from MenuEvent.)
Public propertyNameSym (Inherited from MenuEvent.)
Public propertyoWindow (Inherited from Event.)
Public propertyuMsg (Inherited from Event.)
Public propertyWindow (Inherited from Event.)
Public propertywParam (Inherited from Event.)
Top
Functions
  NameDescription
Public methodAsString (Inherited from MenuEvent.)
Top
See Also