Class ToolbarPopupSearchField
The pop-up search field for the toolbar. The search field includes a menu button.
Inheritance
ToolbarPopupSearchField
Inherited Members
Namespace: UnityEditor.UIElements
Syntax
public class ToolbarPopupSearchField : ToolbarSearchField, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, INotifyValueChanged<string>, IToolbarMenuElement
Constructors
ToolbarPopupSearchField()
Constructor.
Declaration
public ToolbarPopupSearchField()
Properties
menu
The menu used by the pop-up search field element.
Declaration
public DropdownMenu menu { get; }
Property Value
Type | Description |
---|---|
DropdownMenu |