Intersoft ClientUI Documentation
GetStoryboard Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > Utility Class : GetStoryboard Method






source
A dependency object.
stateGroup
The group name of the story board to be retrieved.
newTransition
The transition name of the story board to be retrieved.
Gets the story board of the specified source and group.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetStoryboard( _
   ByVal source As DependencyObject, _
   ByVal stateGroup As String, _
   ByVal newTransition As String _
) As Storyboard
Visual Basic (Usage)Copy Code
Dim source As DependencyObject
Dim stateGroup As String
Dim newTransition As String
Dim value As Storyboard
 
value = Utility.GetStoryboard(source, stateGroup, newTransition)
C# 
public static Storyboard GetStoryboard( 
   DependencyObject source,
   string stateGroup,
   string newTransition
)
Delphi 
public function GetStoryboard( 
    source: DependencyObject;
    stateGroup: String;
    newTransition: String
): Storyboard; static; 
JScript 
public static function GetStoryboard( 
   source : DependencyObject,
   stateGroup : String,
   newTransition : String
) : Storyboard;
Managed Extensions for C++ 
public: static Storyboard* GetStoryboard( 
   DependencyObject* source,
   string* stateGroup,
   string* newTransition
) 
C++/CLI 
public:
static Storyboard^ GetStoryboard( 
   DependencyObject^ source,
   String^ stateGroup,
   String^ newTransition
) 

Parameters

source
A dependency object.
stateGroup
The group name of the story board to be retrieved.
newTransition
The transition name of the story board to be retrieved.

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.