←Select platform

UserModified Property

Summary

Indicates weather the user has modified the value of this OmrCollection.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public bool UserModified { get; } 
<DataMemberAttribute()>  
Public ReadOnly Property UserModified() As Boolean 
   Get 
public:  
   [DataMemberAttribute] 
   property bool UserModified 
   { 
      bool get() 
   } 

Property Value

true if the OmrCollection.Value has been modified by the user. false otherwise.

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