TickBox Constructor

Summary

Initializes a new instance of the TickBox class with explicit parameters.

Syntax

JavaScript Syntax
TickBox = function( 
   cell 
) 
TypeScript Syntax
constructor( 
   cell: LayoutManagerItem 
); 

Parameters

cell

The parent cell, where the tick box is located.

Remarks

To add this tick box to the cell, refer to TickBoxes.

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