←Select platform

SingleSelectionStatus Enumeration

Summary

Represents the status of processing the SingleSelectionField.

Syntax
C#
C++/CLI
Python
public enum SingleSelectionStatus 
public: 
   enum class SingleSelectionStatus sealed 
class SingleSelectionStatus(Enum): 
   Error = 0 
   Success = 1 
   NoSelection = 2 
   MultipleSelections = 3 
Members
ValueMemberDescription
0ErrorError processing the field
1SuccessSuccessfully processed the field
2NoSelectionThe field has been successfully processed but with no filled OMR
3MultipleSelectionsThe field has been successfully processed but with multiple filled OMR
Requirements

Target Platforms

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

Leadtools.Forms.Processing Assembly

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