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 | |
---|---|---|
Switcher.WidgetListEditor | Initializes a new instance of the Switcher.WidgetListEditor class. |
Top
Properties
Name | Description | |
---|---|---|
CollectionItemType | (Inherited from CollectionEditor.) | |
CollectionType | (Inherited from CollectionEditor.) | |
Context | (Inherited from CollectionEditor.) | |
HelpTopic | (Inherited from CollectionEditor.) | |
IsDropDownResizable | (Inherited from UITypeEditor.) | |
NewItemTypes | (Inherited from CollectionEditor.) |
Top
Methods
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.