Intersoft ClientUI Documentation
Owner Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDock Namespace > IZoom Interface : Owner Property






Gets or sets the owner.

Syntax

Visual Basic (Declaration) 
Property Owner As UXDock
Visual Basic (Usage)Copy Code
Dim instance As IZoom
Dim value As UXDock
 
instance.Owner = value
 
value = instance.Owner
C# 
UXDock Owner {get; set;}
Delphi 
read-write property Owner: UXDock; 
JScript 
function get,set Owner : UXDock
Managed Extensions for C++ 
__property UXDock* get_Owner();
__property void set_Owner( 
   UXDock* value
);
C++/CLI 
property UXDock^ Owner {
   UXDock^ get();
   void set (    UXDock^ value);
}

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.