←Select platform

Value Property

Summary

A string value that represents the filled-in OmrBubble in the OmrCollection object.

Syntax
C#
VB
C++
public string Value { get; set; } 
Public Property Value() As String 
   Get 
   Set 
public:  
   property String^ Value 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

A string value that represents the filled-in OmrBubble. Default value is null.

Remarks

Setting the Value property results in changing the selected OmrBubble in this collection. If the value has been modified by the user, OmrCollection.OriginalValue and OmrCollection.UserModified properties can be used to show the original value and indicate the modification.

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.