SubCell Constructor

Summary

Initializes a new Frame class object with explicit parameters.

Syntax

JavaScript Syntax
SubCell = function(cell, divID) 
TypeScript Syntax
constructor(cell: Cell, divID: string); 

Parameters

cell

The parent cell.

divID

The sub-cell div element name.

Remarks

To add this to the cell, refer to Items property.

Each instance of this class must have a unique <para name="divID" /> value.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly