Click or drag to resize
FdfChoices Class
Represents a simple, sorted array list of Objects consumed by the property, commonly displayed as a drop-down list within a property grid. Object being displayed in a list gets converted to String beforehand, while the conversion is governed by its ToString implementation.
Inheritance Hierarchy

Namespace: FDF.Common.Runtime
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public class FdfChoices : ArrayList

The FdfChoices type exposes the following members.

Constructors
  NameDescription
Public methodFdfChoices
Initializes a new instance of the FdfChoices class
Public methodFdfChoices(ArrayList)
Initializes a new instance of the FdfChoices class
Public methodFdfChoices(Double)
Initializes a new instance of the FdfChoices class
Public methodFdfChoices(Int32)
Initializes a new instance of the FdfChoices class
Public methodFdfChoices(Object)
Initializes a new instance of the FdfChoices class
Public methodFdfChoices(String)
Initializes a new instance of the FdfChoices class
Public methodFdfChoices(ArrayList, Boolean)
Initializes a new instance of the FdfChoices class
Public methodFdfChoices(Double, Boolean)
Initializes a new instance of the FdfChoices class
Public methodFdfChoices(Int32, Boolean)
Initializes a new instance of the FdfChoices class
Public methodFdfChoices(Object, Boolean)
Initializes a new instance of the FdfChoices class
Public methodFdfChoices(String, Boolean)
Initializes a new instance of the FdfChoices class
Top
Properties
  NameDescription
Public propertyItems
Top
Remarks