Window.TrayIconClicked Method (Typed) | |
Provide a method that is invoked when a user clicks on a tray Icon
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD TrayIconClicked(
dwID AS DWORD,
lRightButton AS LOGIC,
lDoubleClick AS LOGIC
) AS USUAL
public virtual Usual TrayIconClicked(
uint dwID,
bool lRightButton,
bool lDoubleClick
)
Request Example
View SourceParameters
- dwID
- Type: DWord
The ID that was associated with the tray icon balloon. - lRightButton
- Type: Logic
TRUE when the user clicked with the Right Mouse button - lDoubleClick
- Type: Logic
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