SubCell Constructor

Summary

Initializes a new Frame class object with explicit parameters.

Syntax
TypeScript
JavaScript
SubCell = function( 
   cell, 
   divID 
) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly