Skip to content

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

public void InitializeControlMenu(IList<ChartObjects>? settings)

View source

Summary: Initializes the control menu with the specified chart object settings, replacing any existing items.

Parameters

NameTypeDescription
settingsIList?A list of chart object settings to populate the control menu. If settings is null, the control menu is not modified.

Remarks

Existing items in the control menu are disposed before the new settings are applied. This method does not modify the control menu if settings is null.