ConnectionStringEditor Members
.NET Framework 2.0
Provides a base class for a user interface to select and edit a connection string property at design time.
The following tables list the members exposed by the ConnectionStringEditor type.
| Name | Description | |
|---|---|---|
| ConnectionStringEditor | Initializes a new instance of the ConnectionStringEditor class. |
| Name | Description | |
|---|---|---|
| IsDropDownResizable | Gets a value indicating whether drop-down editors should be resizable by the user.(Inherited from UITypeEditor.) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| EditValue | Overloaded. Edits the value of the specified object by using the editor style that is indicated by the GetEditStyle method. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetEditStyle | Overloaded. Retrieves the editing style that is used with the connection string editor. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetPaintValueSupported | Overloaded. Indicates whether this editor supports painting a representation of an object's value. (Inherited from UITypeEditor.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| PaintValue | Overloaded. Paints a representation of the value of an object. (Inherited from UITypeEditor.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| GetProviderName | Returns the provider name for the provided instance of the ConnectionStringEditor class. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| SetProviderName | Puts the provider name on the specified instance of the ConnectionStringEditor class. |
Show: