ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Variable2 Class / SetTag Method / SetTag(Object,Int32) Method
The @object.
The id.

In This Topic
    SetTag(Object,Int32) Method
    In This Topic
    Sets the tag.
    Syntax
    'Declaration
     
    Public Overloads Sub SetTag( _
       ByVal object As Object, _
       ByVal id As Integer _
    ) 
    public void SetTag( 
       object object,
       int id
    )

    Parameters

    object
    The @object.
    id
    The id.
    See Also