ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / TagAttribute Class / TagAttribute Constructor

In This Topic
    TagAttribute Constructor
    In This Topic
    Initializes a new instance of TagAttribute class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As System.String _
    )
    public TagAttribute( 
       System.string value
    )

    Parameters

    value
    See Also