Class TrackBarItemDesigner
Inheritance
System.Object
TrackBarItemDesigner
Implements
System.ComponentModel.Design.IDesigner
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools.Design
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TrackBarItemDesigner : IDesigner, IDisposable
Constructors
TrackBarItemDesigner()
Declaration
public TrackBarItemDesigner()
Fields
m_component
Declaration
protected IComponent m_component
Field Value
Type |
---|
System.ComponentModel.IComponent |
Explicit Interface Implementations
IDisposable.Dispose()
Declaration
void IDisposable.Dispose()
Implements
System.ComponentModel.Design.IDesigner
System.IDisposable