[]
        
(Showing Draft Content)

C1.Util.DX.Animation.Manager2.GetStoryboardFromTag

GetStoryboardFromTag Method

GetStoryboardFromTag(int, object)

Gets the storyboard from tag.

Declaration
public Storyboard2 GetStoryboardFromTag(int id, object tagObject = null)
Public Function GetStoryboardFromTag(id As Integer, Optional tagObject As Object = Nothing) As Storyboard2
Parameters
Type Name Description
int id

The id.

object tagObject

The tag object. This parameter can be null.

Returns
Type Description
Storyboard2

A storyboard associated with this tag.

GetStoryboardFromTag(IntPtr, int)

HRESULT IUIAnimationManager2::GetStoryboardFromTag([In, Optional] IUnknown* object,[In] unsigned int id,[Out] IUIAnimationStoryboard2** storyboard)

Declaration
public Storyboard2 GetStoryboardFromTag(IntPtr @object, int id)
Public Function GetStoryboardFromTag([object] As IntPtr, id As Integer) As Storyboard2
Parameters
Type Name Description
IntPtr object
int id
Returns
Type Description
Storyboard2