Table of Contents

Class StringPopupAttribute

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Used to mark a string field that should be drawn as a popup list.

[Version(4, 3, 0)]
public class StringPopupAttribute : PopupListAttribute
Inheritance
StringPopupAttribute
Inherited Members
Extension Methods

Constructors

StringPopupAttribute(string)

Marks a string field that should be drawn as a popup list using the given key to retrieve the values.

StringPopupAttribute(string[])

Marks a string field that should be drawn as a popup list using the given list of values.