Intersoft ClientUI Documentation
GoToElementState Method



Syntax
Public Shared Sub GoToElementState( _
   ByVal element As FrameworkElement, _
   ByVal stateName As String, _
   ByVal useTransition As Boolean _
) 
Dim element As FrameworkElement
Dim stateName As String
Dim useTransition As Boolean
 
CrossPlatform.GoToElementState(element, stateName, useTransition)
public static void GoToElementState( 
   FrameworkElement element,
   string stateName,
   bool useTransition
)
public:
static void GoToElementState( 
   FrameworkElement^ element,
   String^ stateName,
   bool useTransition
) 

Parameters

element
stateName
useTransition
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

CrossPlatform Class
CrossPlatform Members

Send Feedback