Intersoft ClientUI Documentation
VisualStateChangedEventArgs Constructor



Use transitions.
Creates a new instance of VisualStateChangedEventArgs class.
Syntax
Public Function New( _
   ByVal useTransitions As Boolean _
)
Dim useTransitions As Boolean
 
Dim instance As New VisualStateChangedEventArgs(useTransitions)
public VisualStateChangedEventArgs( 
   bool useTransitions
)
public:
VisualStateChangedEventArgs( 
   bool useTransitions
)

Parameters

useTransitions
Use 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

VisualStateChangedEventArgs Class
VisualStateChangedEventArgs Members

Send Feedback