IPropertyPage.Verify Method

Definition

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.

public:
 bool Verify();
public bool Verify ();
abstract member Verify : unit -> bool
Public Function Verify () As Boolean

Returns

true to the contents of the property page that are valid; otherwise, false.

Applies to