Multi |
public class MultiChoiceList
The MultiChoiceList type exposes the following members.
| Name | Description | |
|---|---|---|
| MultiChoiceList | Constructs an empty list with no items and no column names. |
| Name | Description | |
|---|---|---|
| ColumnNameList | List of column names. The number of names must match the number of subitems in the list items. | |
| ColumnNames | Set the list of column names (can be used in the initializer of this object). | |
| Description | The description text shown above the list of items. | |
| List | List of items. Has to be filled before showing the control. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |