AcceleratorKey Constructor (Typed) | |
Initializes a new instance of the
AcceleratorKey class
[Missing <include> target documentation in 'M:XSharp.VO.SDK.AcceleratorKey.#ctor(System.UInt16,System.UInt16,System.UInt16)'. File: 'Gui.xml' Path: 'doc/AcceleratorKey.ctor/*']
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
wFlags AS WORD,
wASCII AS WORD,
wID AS WORD
)
public AcceleratorKey(
ushort wFlags,
ushort wASCII,
ushort wID
)
Request Example
View SourceParameters
- wFlags
- Type: Word
- wASCII
- Type: Word
- wID
- Type: Word
See Also