DataConnectionPromptDialog 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.
Represents a dialog box that can prompt the user for information when a data connection is being opened.
public ref class DataConnectionPromptDialog : System::Windows::Forms::Form
public class DataConnectionPromptDialog : System.Windows.Forms.Form
type DataConnectionPromptDialog = class
inherit Form
Public Class DataConnectionPromptDialog
Inherits Form
- Inheritance
-
DataConnectionPromptDialog
Constructors
DataConnectionPromptDialog() |
Class constructor. Initializes a new instance of the DataConnectionPromptDialog class. |
Properties
ConnectionSupport |
Retrieves the DataConnectionSupport object on which the data provider should update the ConnectionString property. |
Methods
OnFormClosing(FormClosingEventArgs) |
Event handler for the FormClosingEventArgs event. |
ShowDialog(DataConnectionSupport) |
Displays the prompt dialog box, given a specific DataConnectionSupport instance. |