←Select platform

BankCheckField Constructor(string,LeadRect)

Summary
Initializes a new BankCheckField class object.
Syntax
C#
VB
C++
Java
public BankCheckField( 
   string text, 
   LeadRect bounds 
) 
Public Function New( _ 
   ByVal text As String, _ 
   ByVal bounds As LeadRect _ 
) 
public BankCheckField( 
   java.lang.String text, 
   LeadRect bounds 
); 
public: 
BankCheckField(  
   String^ text, 
   LeadRect bounds 
) 

Parameters

text
Represents the string value of the initialized field.

bounds
Represent the bounds of the initialized field.

Requirements

Target Platforms

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

Leadtools.Forms.Commands Assembly

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