Provides access to runtime enumeration properties.
The VCRuntimeEnumProperty type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddValue | Adds a value to an enum property. | 
| .gif) | RemoveValue | Removes a value from an runtime enum property. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Category | Sets or gets the category of the object. | 
| .gif) | DefaultValue | Sets or gets the default value of the property. | 
| .gif) | Description | Sets or gets the description of the property. | 
| .gif) | DisplayName | Gets or sets the full name of the VCRuntimeEnumProperty. | 
| .gif) | HelpContext | Sets or gets the help context of the property. | 
| .gif) | HelpF1Keyword | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | HelpFile | Sets or gets the name of the help file for the property | 
| .gif) | HelpURL | Sets or gets the help URL for the property. | 
| .gif) | IsReadOnly | Gets or sets a value indicating if the file containing the parent object is read-only. | 
| .gif) | Name | Gets or sets the name of the VCRuntimeEnumProperty object. | 
| .gif) | PropertyPageName | Sets or gets the property page for the property. | 
| .gif) | Values | Gets enumeration values for the property. | 
Top