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

Leadtools.Forms.Processing Assembly