ISProfileForm.VisibleWhenPrint

Description

This property has no effect for the form.

Syntax

object.VisibleWhenPrint

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

Return Value

bool

Example

Dim aForm

Set aForm = Profile.Form
aForm.VisibleWhenPrint = False
Form.Print  
Note:

Version information

Added in v7.11.0