ColorEditExtension Constructors
Represents an extension object implementing the ColorEdit functionality.| Name | Parameters | Description |
|---|---|---|
| ColorEditExtension(ColorEditSettings, ViewContext, ModelMetadata) | settings, viewContext, metadata | Initializes a new instance of the ColorEditExtension class with the specified settings, the context information about the view, and the model metadata. |
| ColorEditExtension(ColorEditSettings, ViewContext) | settings, viewContext | Initializes a new instance of the ColorEditExtension class with the specified settings and provides the context information about the view. |
| ColorEditExtension(ColorEditSettings) | settings | Initializes a new instance of the ColorEditExtension class with the specified settings. |
See Also