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. |