Intersoft ClientUI Documentation
PerformTransitionOnLoad Property
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > ContentTransition Class : PerformTransitionOnLoad Property






Specifies whether the control should perform transition during first load.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property PerformTransitionOnLoad As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ContentTransition
Dim value As Boolean
 
instance.PerformTransitionOnLoad = value
 
value = instance.PerformTransitionOnLoad
C# 
[CategoryAttribute("Common Properties")]
public bool PerformTransitionOnLoad {get; set;}
Delphi 
public read-write property PerformTransitionOnLoad: Boolean; 
JScript 
CategoryAttribute("Common Properties")
public function get,set PerformTransitionOnLoad : boolean
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property bool get_PerformTransitionOnLoad();
public: __property void set_PerformTransitionOnLoad( 
   bool value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property bool PerformTransitionOnLoad {
   bool get();
   void set (    bool value);
}

Remarks

By default, the ContentTransition performs transition only when its content is changed in the runtime which does not apply to the initial content. In certain cases, you may want to apply the transition to the initial content when the ContentTransition is loaded. To achieve this, you set the PerformTransitionOnLoad property to true.

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.