Share via


Switcher.ViewListEditor Class

Displays a collection of editors to be used.

Inheritance Hierarchy

System.Object
  System.Drawing.Design.UITypeEditor
    System.ComponentModel.Design.CollectionEditor
      Microsoft.SqlServer.Management.Controls.Switcher.ViewListEditor

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Class ViewListEditor _
    Inherits CollectionEditor
'Usage
Dim instance As Switcher.ViewListEditor
public class ViewListEditor : CollectionEditor
public ref class ViewListEditor : public CollectionEditor
type ViewListEditor =  
    class
        inherit CollectionEditor
    end
public class ViewListEditor extends CollectionEditor

The Switcher.ViewListEditor type exposes the following members.

Constructors

  Name Description
Public method Switcher.ViewListEditor Initializes a new instance of the Switcher.ViewListEditor class.

Top

Properties

  Name Description
Protected property CollectionItemType (Inherited from CollectionEditor.)
Protected property CollectionType (Inherited from CollectionEditor.)
Protected property Context (Inherited from CollectionEditor.)
Protected property HelpTopic (Inherited from CollectionEditor.)
Public property IsDropDownResizable (Inherited from UITypeEditor.)
Protected property NewItemTypes (Inherited from CollectionEditor.)

Top

Methods

  Name Description
Protected method CancelChanges (Inherited from CollectionEditor.)
Protected method CanRemoveInstance (Inherited from CollectionEditor.)
Protected method CanSelectMultipleInstances (Inherited from CollectionEditor.)
Protected method CreateCollectionForm (Inherited from CollectionEditor.)
Protected method CreateCollectionItemType (Inherited from CollectionEditor.)
Protected method CreateInstance (Inherited from CollectionEditor.)
Protected method CreateNewItemTypes Determines the data types that this control editor can contain. (Overrides CollectionEditor.CreateNewItemTypes().)
Protected method DestroyInstance (Inherited from CollectionEditor.)
Public method EditValue(IServiceProvider, Object) (Inherited from UITypeEditor.)
Public method EditValue(ITypeDescriptorContext, IServiceProvider, Object) (Inherited from CollectionEditor.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetDisplayText (Inherited from CollectionEditor.)
Public method GetEditStyle() (Inherited from UITypeEditor.)
Public method GetEditStyle(ITypeDescriptorContext) (Inherited from CollectionEditor.)
Public method GetHashCode (Inherited from Object.)
Protected method GetItems (Inherited from CollectionEditor.)
Protected method GetObjectsFromInstance (Inherited from CollectionEditor.)
Public method GetPaintValueSupported() (Inherited from UITypeEditor.)
Public method GetPaintValueSupported(ITypeDescriptorContext) (Inherited from UITypeEditor.)
Protected method GetService (Inherited from CollectionEditor.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method PaintValue(PaintValueEventArgs) (Inherited from UITypeEditor.)
Public method PaintValue(Object, Graphics, Rectangle) (Inherited from UITypeEditor.)
Protected method SetItems (Inherited from CollectionEditor.)
Protected method ShowHelp (Inherited from CollectionEditor.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.