Intersoft ClientUI Documentation
GoToElementState Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > CrossPlatform Class : GoToElementState Method






element
stateName
useTransition

Syntax

Visual Basic (Declaration) 
Public Shared Sub GoToElementState( _
   ByVal element As FrameworkElement, _
   ByVal stateName As String, _
   ByVal useTransition As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim element As FrameworkElement
Dim stateName As String
Dim useTransition As Boolean
 
CrossPlatform.GoToElementState(element, stateName, useTransition)
C# 
public static void GoToElementState( 
   FrameworkElement element,
   string stateName,
   bool useTransition
)
Delphi 
public procedure GoToElementState( 
    element: FrameworkElement;
    stateName: String;
    useTransition: Boolean
); static; 
JScript 
public static function GoToElementState( 
   element : FrameworkElement,
   stateName : String,
   useTransition : boolean
);
Managed Extensions for C++ 
public: static void GoToElementState( 
   FrameworkElement* element,
   string* stateName,
   bool useTransition
) 
C++/CLI 
public:
static void GoToElementState( 
   FrameworkElement^ element,
   String^ stateName,
   bool useTransition
) 

Parameters

element
stateName
useTransition

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.