Share
 
 

Show Property (ActiveX)

Specifies whether the property is shown in the user interface.

Supported platforms: Windows only

Signature

VBA:

object.Show
object

Type: DynamicBlockReferenceProperty

The object this property applies to.

Property Value

Read-only: Yes

Type: Boolean

  • True: The property is shown in the user interface.
  • False: The property is not shown in the user interface.

Remarks

If this property is True, the dynamic block reference property is displayed in the Properties palette when the block reference containing it is selected.

Examples

VBA:

Not available

Visual LISP:

Not available

Was this information helpful?