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






Gets or sets the owner of the control.

Syntax

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