I am writing a class whose properties are accessed through a property panel, one of these properties is a multiline text.
I want a dropdown to be displayed in the designer of this property panel so that the user fills out a multiline text, the same way a Label or the a TextBox does in Visual Studio.

Which attribute should I put above my property definition to allow this ?