Intersoft ClientUI Documentation
SetContent Method
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > UXFrame Class : SetContent Method






content
The new content to be set onto this control.
animateIfPossible
Determines whether transition should be used when possible.
Sets the specified content directly to the UXFrame bypassing its navigation state.

Syntax

Visual Basic (Declaration) 
Public Sub SetContent( _
   ByVal content As Object, _
   ByVal animateIfPossible As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXFrame
Dim content As Object
Dim animateIfPossible As Boolean
 
instance.SetContent(content, animateIfPossible)
C# 
public void SetContent( 
   object content,
   bool animateIfPossible
)
Delphi 
public procedure SetContent( 
    content: TObject;
    animateIfPossible: Boolean
); 
JScript 
public function SetContent( 
   content : Object,
   animateIfPossible : boolean
);
Managed Extensions for C++ 
public: void SetContent( 
   Object* content,
   bool animateIfPossible
) 
C++/CLI 
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 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.