←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly