←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 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.