IPropertyPage Interface

Definition

Defines a method that displays the property page in the connection dialog box.

public interface class IPropertyPage
public interface IPropertyPage
type IPropertyPage = interface
Public Interface IPropertyPage
Derived

Methods

Load(UIConnectionInfo)

Loads the state of the property page from the connection information object.

Save(UIConnectionInfo)

Saves the state of the property page to the connection information object.

Setup(UIConnectionInfo)

Passes the UIConnectionInfo object to the property page that allows it to perform whatever setup is necessary.

Verify()

Verifies the contents of the property page that are valid. If the contents are not valid, the page should make it visible and display an error message.

Applies to