ISProfileForm.Close

Description

This function closes the form.

Syntax

object.Close

Part Attribute Type Description
object Required
The object always implements the ISProfileForm interface

Example

Close the form.

Dim aForm

Set aForm = Profile.Form
aForm.Close  
Note: This macro should be executed in any event handler of the form control.

Version information

Added in v7.8.0