←Select platform

Dropout Property

Summary

Gets or sets the dropout options.

Syntax

C#
VB
C++
Java
public DropoutFlag Dropout { get; set; } 
  
Public Property Dropout As DropoutFlag 
public int getDropout(); 
public void setDropout( 
   int intValue 
); 
public: 
property DropoutFlag Dropout { 
   DropoutFlag get(); 
   void set (    DropoutFlag ); 
} 

Property Value

Dropout options or combination of them.

Requirements

Target Platforms

See Also

Reference

FormField Class

FormField Members

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

Leadtools.Forms.Processing Assembly