Click or drag to resize

TrayIndicatorSetMenu Method

Note: This API is now obsolete.

Sets the indicator menu.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Since 2.4. Use Menu instead")]
public void SetMenu(
	ContextMenu menu
)

Parameters

menu
Type: Eto.FormsContextMenu
The indicator menu.
Remarks
Make sure to call this method every time you make changes to the context menu.
See Also