WaveAnalyzerGraphicItemDblClick event |
|
Remarks
Occurs when a mouse button is double clicked over a graphic item available on the waveform analyzer.
Syntax
[Visual Basic] WaveAnalyzerGraphicItemDblClick ( ByVal nButton as enumMouseButtons, ByVal nUniqueId as Integer, ByVal nType as enumGraphicItemType, ByVal nFlags as Long, ByVal xPos as Long, ByVal yPos as Long ) |
[C++] void WaveAnalyzerGraphicItemDblClick ( short nButton, short nUniqueId, short nType, long nFlags, long xPos, long yPos ); |
Parameter |
Description |
||||||||||||
|
|
||||||||||||
nButton |
Clicked mouse button. Supported values are the following:
|
||||||||||||
nUniqueID |
Unique identification number assigned to the graphic item. The unique identification number of a graphic item is generated using one of the following methods:
|
||||||||||||
nGraphicItemType |
Type of graphic item. Supported values are the following:
|
||||||||||||
nFlags |
Can be a combination of the following values:
|
||||||||||||
xPos |
Horizontal position, expressed in pixels respect to the waveform's client area, where the mouse generated the notification |
||||||||||||
yPos |
Vertical position, expressed in pixels respect to the waveform's client area, where the mouse generated the notification |