VLViewPort Reference

Read/Write Property Enabled

See AlsoSee Also Applies To Applies To

Returns or sets the value that decides if VLViewPort will respond to user generated events.

 

Syntax

object.Enabled [= boolean]

 

The Enabled property syntax has these parts:

Part Description
Object An object expression that evaluates to VLPort
Boolean A Boolean expression that specifies if the control should automatically adjust the viewport extent when new controls are added to it, and existing controls are moved or resized.

Setting

The settings for boolean are:

Setting Description
True (default) Enables response to user generated events.
False Disables response to user generated events.