←Select platform

Fields Property

Summary

A list of SingleSelectionField objects that holds the OMR marks in this field.

Syntax
C#
VB
C++
public List<SingleSelectionField> Fields { get; set; } 
Public Property Fields() As List(Of SingleSelectionField) 
   Get 
   Set 
public:  
   property List<SingleSelectionField^>^ Fields 
   { 
      List<SingleSelectionField^>^ get() 
      void set(List<SingleSelectionField^>^ value) 
   } 

Property Value

A list of SingleSelectionField represents the OMR marks in this 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.Processing Assembly

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