Class TrackBarItemDesigner.TrackBarItemSelectionService
Inheritance
System.Object
TrackBarItemDesigner.TrackBarItemSelectionService
Implements
System.IServiceProvider
Assembly: Syncfusion.Tools.Windows.dll
public class TrackBarItemSelectionService : Object, IServiceProvider
Constructors
Declaration
protected TrackBarItemSelectionService(IServiceContainer services)
Parameters
| Type |
Name |
Description |
| System.ComponentModel.Design.IServiceContainer |
services |
|
Properties
Declaration
public Hashtable Designers { get; }
Property Value
| Type |
| System.Collections.Hashtable |
Methods
Declaration
public static TrackBarItemDesigner.TrackBarItemSelectionService Get(ISite site)
Parameters
| Type |
Name |
Description |
| System.ComponentModel.ISite |
site |
|
Returns
Declaration
public virtual object GetService(Type serviceType)
Parameters
| Type |
Name |
Description |
| System.Type |
serviceType |
|
Returns
Declaration
public void OnSelectionChanged(object sender, EventArgs e)
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
|
| System.EventArgs |
e |
|
Implements
System.IServiceProvider