Intersoft ClientUI Documentation
SetIsVirtualContent Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISContentControl Class : SetIsVirtualContent Method






obj
The object of which property to set.
value
A boolean value.
Sets the value of the IsVirtualContent property attached to the specified object.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetIsVirtualContent( _
   ByVal obj As DependencyObject, _
   ByVal value As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As Boolean
 
ISContentControl.SetIsVirtualContent(obj, value)
C# 
public static void SetIsVirtualContent( 
   DependencyObject obj,
   bool value
)
Delphi 
public procedure SetIsVirtualContent( 
    obj: DependencyObject;
    value: Boolean
); static; 
JScript 
public static function SetIsVirtualContent( 
   obj : DependencyObject,
   value : boolean
);
Managed Extensions for C++ 
public: static void SetIsVirtualContent( 
   DependencyObject* obj,
   bool value
) 
C++/CLI 
public:
static void SetIsVirtualContent( 
   DependencyObject^ obj,
   bool value
) 

Parameters

obj
The object of which property to set.
value
A boolean 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.