Intersoft ClientUI Documentation
SetContentDirect(Object) Method



The content to be set.
Sets the given content directly to the control.
Syntax
Public Overloads Sub SetContentDirect( _
   ByVal content As Object _
) 
Dim instance As ContentTransition
Dim content As Object
 
instance.SetContentDirect(content)
public void SetContentDirect( 
   object content
)
public:
void SetContentDirect( 
   Object^ content
) 

Parameters

content
The content to be set.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ContentTransition Class
ContentTransition Members
Overload List

Send Feedback