menu

WinForms

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

    Show / Hide Table of Contents

    Class ScrollbarButtonsCollectionEditor

    Represents a class that provides a user interface that can edit most types of ScrollbarButtonsCollection at design time.

    Inheritance
    System.Object
    ScrollbarButtonsCollectionEditor
    Namespace: Syncfusion.Windows.Forms.Edit.Design
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class ScrollbarButtonsCollectionEditor : CollectionEditor

    Constructors

    ScrollbarButtonsCollectionEditor(Type)

    Initializes a new instance of the ScrollbarButtonsCollectionEditor class .

    Declaration
    public ScrollbarButtonsCollectionEditor(Type type)
    Parameters
    Type Name Description
    System.Type type

    The type of the collection for this editor to edit.

    Methods

    CreateNewItemTypes()

    Allow creation of ScrollbarButton instances in design time.

    Declaration
    protected override Type[] CreateNewItemTypes()
    Returns
    Type Description
    System.Type[]

    An array of data types that this collection can contain.

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