Intersoft ClientUI Documentation
OwnerControl Property
See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace > PageThumbnail Class : OwnerControl Property






Gets the document viewer control which owns the thumbnail.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property OwnerControl As DependencyObject
Visual Basic (Usage)Copy Code
Dim instance As PageThumbnail
Dim value As DependencyObject
 
value = instance.OwnerControl
C# 
public DependencyObject OwnerControl {get;}
Delphi 
public read-only property OwnerControl: DependencyObject; 
JScript 
public function get OwnerControl : DependencyObject
Managed Extensions for C++ 
public: __property DependencyObject* get_OwnerControl();
C++/CLI 
public:
property DependencyObject^ OwnerControl {
   DependencyObject^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.