Intersoft ClientUI Documentation
SetContentDirect(Object,Boolean) Method



The content to be set.
Perform animation if the control is not currently performing any transitions.
Sets the given content directly to the control and bypass any visual transitions.
Syntax
Public Overloads Sub SetContentDirect( _
   ByVal content As Object, _
   ByVal animateIfIdle As Boolean _
) 
Dim instance As ContentTransition
Dim content As Object
Dim animateIfIdle As Boolean
 
instance.SetContentDirect(content, animateIfIdle)
public void SetContentDirect( 
   object content,
   bool animateIfIdle
)
public:
void SetContentDirect( 
   Object^ content,
   bool animateIfIdle
) 

Parameters

content
The content to be set.
animateIfIdle
Perform animation if the control is not currently performing any transitions.
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