ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Storyboard2 Class / GetTag Method / GetTag(Object,Int32) Method
The @object.
The id.

In This Topic
    GetTag(Object,Int32) Method
    In This Topic
    Gets the tag.
    Syntax
    'Declaration
     
    Public Overloads Sub GetTag( _
       ByRef object As System.Object, _
       ByRef id As System.Integer _
    ) 
    public void GetTag( 
       out System.object object,
       out System.int id
    )

    Parameters

    object
    The @object.
    id
    The id.
    See Also