Intersoft ClientUI Documentation
Owner Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISelectionItem Interface : Owner Property






Gets the owner of the selection item.

Syntax

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