This documentation is archived and is not being maintained.

SqlDataSourceConnectionStringEditor Members

Provides a user interface for selecting and editing a connection string property of a SqlDataSource object at design time.

The SqlDataSourceConnectionStringEditor type exposes the following members.

  NameDescription
Public method SqlDataSourceConnectionStringEditor Creates a new instance of the SqlDataSourceConnectionStringEditor class.
Top

  NameDescription
Public method EditValue Overloaded. Edits the value of the specified object using the editor style indicated by the GetEditStyle method.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEditStyle Overloaded. Gets the editor style used by the EditValue method.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetPaintValueSupported Overloaded. Indicates whether this editor supports painting a representation of an object's value.
Protected method GetProviderName Infrastructure. Returns the ProviderName property of the SqlDataSource object. (Overrides ConnectionStringEditor::GetProviderName(Object).)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method PaintValue Overloaded. Paints a representation of the value of an object.
Protected method SetProviderName Infrastructure. Sets the ProviderName property of the SqlDataSource object. (Overrides ConnectionStringEditor::SetProviderName(Object, DesignerDataConnection).)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property IsDropDownResizable Gets a value indicating whether drop-down editors should be resizable by the user. (Inherited from UITypeEditor.)
Top
Show: