GenericDropdownMenu.AddDisabledItem

Declaration

public void AddDisabledItem(string itemName, bool isChecked);

Parameters

itemName The text to display to the user.
isChecked Indicates whether a checkmark next to the item is displayed.

Description

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

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


Did you find this page useful? Please give it a rating: