Intersoft ClientUI Documentation
SetContent Method (UXFrame)



The new content to be set onto this control.
Determines whether transition should be used when possible.
Sets the specified content directly to the UXFrame bypassing its navigation state.
Syntax
Public Sub SetContent( _
   ByVal content As Object, _
   ByVal animateIfPossible As Boolean _
) 
Dim instance As UXFrame
Dim content As Object
Dim animateIfPossible As Boolean
 
instance.SetContent(content, animateIfPossible)
public void SetContent( 
   object content,
   bool animateIfPossible
)
public:
void SetContent( 
   Object^ content,
   bool animateIfPossible
) 

Parameters

content
The new content to be set onto this control.
animateIfPossible
Determines whether transition should be used when possible.
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

UXFrame Class
UXFrame Members

Send Feedback