Click or drag to resize

SystemFunctionalityTrayIconTrayMenuCreate Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static int TrayMenuCreate(
	IntPtr hIcon,
	string tip,
	SystemFunctionalityTrayIconClickHandler onClick,
	SystemFunctionalityTrayIconClickHandler onDoubleClick,
	out IntPtr pInstance
)

Parameters

hIcon
Type: SystemIntPtr
tip
Type: SystemString
onClick
Type: NeoAxisSystemFunctionalityTrayIconClickHandler
onDoubleClick
Type: NeoAxisSystemFunctionalityTrayIconClickHandler
pInstance
Type: SystemIntPtr

Return Value

Type: Int32
See Also