This version of Unity is unsupported.

GenericDropdownMenu.AddDisabledItem

Declaration

public void AddDisabledItem(string itemName, bool isChecked);

Parameters

itemName The text that identifies this visual element.
isChecked Whether to display a checkmark next to the item.

Description

Adds a disabled item to this menu using a default VisualElement.

Items added with this method cannot be selected by the user.