Intersoft ClientUI Documentation
ISObject Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISFramework Class : ISObject Property






Gets the associated object.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ISObject As DependencyObject
Visual Basic (Usage)Copy Code
Dim instance As ISFramework
Dim value As DependencyObject
 
value = instance.ISObject
C# 
public DependencyObject ISObject {get;}
Delphi 
public read-only property ISObject: DependencyObject; 
JScript 
public function get ISObject : DependencyObject
Managed Extensions for C++ 
public: __property DependencyObject* get_ISObject();
C++/CLI 
public:
property DependencyObject^ ISObject {
   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.