Intersoft ClientUI Documentation
Context Property
See Also  Send Feedback
Intersoft.Client.Framework.Regions Namespace > Region Class : Context Property






Gets or sets a context for the region. This value can be used by the user to share context with the views.

Syntax

Visual Basic (Declaration) 
Public Property Context As Object
Visual Basic (Usage)Copy Code
Dim instance As Region
Dim value As Object
 
instance.Context = value
 
value = instance.Context
C# 
public object Context {get; set;}
Delphi 
public read-write property Context: TObject; 
JScript 
public function get,set Context : Object
Managed Extensions for C++ 
public: __property Object* get_Context();
public: __property void set_Context( 
   Object* value
);
C++/CLI 
public:
property Object^ Context {
   Object^ get();
   void set (    Object^ value);
}

Property Value

The context value to be shared.

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.