←Select platform

OmrField Property

Summary

A reference that holds the OmrFormField to delegate the processing of this SingleField to this property.

Syntax

C#
VB
C++
public OmrFormField OmrField { get; set; } 
Public Property OmrField As OmrFormField 
public:  
   property OmrFormField^ OmrField 
   { 
      OmrFormField^ get() 
      void set(OmrFormField^ value) 
   } 

Property Value

An OmrFormField where the actual processing of the SingleField takes place.

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