Click or drag to resize

MenuEvent Class (Typed)

X#

[Missing <include> target documentation in 'T:XSharp.VO.SDK.MenuEvent'. File: 'Gui.xml' Path: 'doc/MenuEvent/*']

Inheritance Hierarchy
Object
  Event
    MenuEvent
      MenuCommandEvent
      MenuInitEvent
      MenuSelectEvent

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

The MenuEvent type exposes the following members.

Constructors
  NameDescription
Public methodMenuEvent
Initializes a new instance of the MenuEvent class
Top
Properties
  NameDescription
Public propertyHandle (Inherited from Event.)
Public propertyhWnd (Inherited from Event.)
Public propertyHyperLabel
Public propertyItemID
Public propertylParam (Inherited from Event.)
Public propertyMenu
The Menu object that generated this MenuSelectEvent.
Public propertyMessage (Inherited from Event.)
Public propertyName
A string representing the name stored in the hyperlabel of the menu items that generated this MenuSelectEvent.
Public propertyNameSym
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
Top
See Also