Switcher.WidgetListEditor Class

Provides information for the WidgetListEditor class. Inherits from CollectionEditor class.

Inheritance Hierarchy

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

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

Syntax

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

The Switcher.WidgetListEditor type exposes the following members.

Constructors

  Name Description
Public method Switcher.WidgetListEditor Initializes a new instance of the Switcher.WidgetListEditor 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 Obtains the data types that Switcher.WidgetListEditor 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.