←Select platform

BankCheckField Constructor(string,LeadRect)

Summary
Initializes a new BankCheckField class object.
Syntax
C#
C++/CLI
Java
Python
public BankCheckField( 
   string text, 
   LeadRect bounds 
) 
public BankCheckField( 
   java.lang.String text, 
   LeadRect bounds 
); 
public: 
BankCheckField(  
   String^ text, 
   LeadRect bounds 
) 
__init__(self,text,bounds) # Overloaded constructor 

Parameters

text
Represents the string value of the initialized field.

bounds
Represent the bounds of the initialized field.

Requirements

Target Platforms

Help Version 22.0.2023.4.12
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Commands Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.