Skip to content

Interface: IControlContainerProxy

A designer-facing interface that provides access to a control container.

It is passed to rules to provide access to a container for application specific customizations.

Hierarchy

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getCaption

getCaption(): string

Returns: string

designer specified caption or the empty string


getControl

getControl(name: string): IControlProxy

Gets the associated control by name. This is a top-level search and does not drill down into other containers.

Parameters:

Name Type Description
name string The control name specified by the _Name definition property.

Returns: IControlProxy

The control assocated with the name parameter


getControls

getControls(): IControlProxy[]

This method returns the top-level controls for this container

Returns: IControlProxy[]

The controls for this container