# AlwaysEnabled(DropdownMenuAction)

> Creates a status callback that always returns Normal.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.UIElements](/engine/6000.3/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public static DropdownMenuAction.Status AlwaysEnabled(DropdownMenuAction a)
```

### Parameters

**** (\[DropdownMenuAction]\(/engine/6000.3/script-reference/unityengine/uielements/dropdownmenuaction)): Unused parameter.

### Returns

| Type                                                                                          | Description           |
| --------------------------------------------------------------------------------------------- | --------------------- |
| [Status](/engine/6000.3/script-reference/unityengine/uielements/dropdownmenuaction/status.md) | Always returns Normal |
