ISShape.Controls_

Description

This property allows access to any child control by its name or index but it has no effect for this type of control.

Syntax

object.Controls_(aControlNameOrIndex)

Part Attribute Type Description
object Required
The object always implements the ISShape interface
aControlNameOrIndex In, Required
object
The name or index of the control
Restriction: This property is readonly.

Return Value

ISControl

Example



  
Note:

Version information

Added in v7.8.0