←Select platform

Owner Property

Summary

Gets a reference to the IForm object that contains this page.

Syntax
C#
VB
C++
Java
[IgnoreDataMemberAttribute()] 
public IForm Owner { get; } 
public IForm getOwner(); 
<IgnoreDataMemberAttribute()>  
Public ReadOnly Property Owner() As IForm 
   Get 
public:  
   [IgnoreDataMemberAttribute] 
   property IForm^ Owner 
   { 
      IForm^ get() 
   } 

Property Value

A reference to the IForm object. The value can be either ITemplateForm or IRecognitionForm.

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