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

Leadtools.Forms.Processing.Omr Assembly