menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TrackBarItemDesigner.TrackBarItemSelectionService - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TrackBarItemDesigner.TrackBarItemSelectionService

    Inheritance
    System.Object
    TrackBarItemDesigner.TrackBarItemSelectionService
    Implements
    System.IServiceProvider
    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 TrackBarItemSelectionService : IServiceProvider

    Constructors

    TrackBarItemSelectionService(IServiceContainer)

    Declaration
    protected TrackBarItemSelectionService(IServiceContainer services)
    Parameters
    Type Name Description
    System.ComponentModel.Design.IServiceContainer services

    Properties

    Designers

    Declaration
    public Hashtable Designers { get; }
    Property Value
    Type
    System.Collections.Hashtable

    Methods

    Get(ISite)

    Declaration
    public static TrackBarItemDesigner.TrackBarItemSelectionService Get(ISite site)
    Parameters
    Type Name Description
    System.ComponentModel.ISite site
    Returns
    Type
    TrackBarItemDesigner.TrackBarItemSelectionService

    GetService(Type)

    Declaration
    public virtual object GetService(Type serviceType)
    Parameters
    Type Name Description
    System.Type serviceType
    Returns
    Type
    System.Object

    OnSelectionChanged(Object, EventArgs)

    Declaration
    public void OnSelectionChanged(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs e

    Implements

    System.IServiceProvider
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved