DataConnectionUIControl Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables a custom user interface (UI) control for editing connection properties on the Data Connection dialog box.
public ref class DataConnectionUIControl : System::Windows::Forms::UserControl, Microsoft::Data::ConnectionUI::IDataConnectionUIControl
public class DataConnectionUIControl : System.Windows.Forms.UserControl, Microsoft.Data.ConnectionUI.IDataConnectionUIControl
type DataConnectionUIControl = class
inherit UserControl
interface IDataConnectionUIControl
Public Class DataConnectionUIControl
Inherits UserControl
Implements IDataConnectionUIControl
- Inheritance
-
DataConnectionUIControl
- Implements
Constructors
DataConnectionUIControl() |
Class constructor. Instantiates an instance of the DataConnectionUIControl class. |
Properties
ConnectionProperties |
Retrieves a DataConnectionProperties object for populating and persisting the contents of a connection-related user interface (UI) control. |
Methods
Initialize(DataConnectionProperties) |
Initializes connection UI control by providing a DataConnectionProperties instance to be used for persisting the properties. |
LoadProperties() |
Loads the properties of controls on the Data Connection dialog box. |
Explicit Interface Implementations
IDataConnectionUIControl.Initialize(IDataConnectionProperties) |
Initializes connection UI control by providing a DataConnectionProperties instance to be used for persisting the properties. |