←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Commands Assembly