Window.TrayIconClicked Method | |
Provide a method that is invoked when a user clicks on a tray Icon
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD TrayIconClicked(
dwID,
lRightButton,
lDoubleClick
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual TrayIconClicked(
Usual dwID = default,
Usual lRightButton = default,
Usual lDoubleClick = default
)
Request Example
View SourceParameters
- dwID (Optional)
- Type: Usual
The ID that was associated with the tray icon balloon. - lRightButton (Optional)
- Type: Usual
TRUE when the user clicked with the Right Mouse button - lDoubleClick (Optional)
- Type: Usual
TRUE when the user double clicked
Return Value
Type:
UsualNIL
Remarks Tip |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
See Also