←Select platform

SetValues Method

Summary

Sets the values of underlying OmrBubbles.

Syntax
C#
VB
C++
public void SetValues( 
   IList<string> values 
) 
Public Sub SetValues( 
   ByVal values As IList(Of String) 
) 
public:  
   void SetValues( 
      IList<String^>^ values 
   ) 

Parameters

values

A list of string values representing the range of values in the OmrField.

Remarks

OmrField objects can have tens or even hundreds of OmrBubbles. To facilitate setting every OmrBubble's Value property, use this method with the generated ranges from GenerateOmrFieldValues.

If the count of the provided list of objects does not match the count of the internal OmrCollection objects, an InvalidOperationException is thrown.

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.Omr Assembly

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