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