Copyright © 2003-2024 MultiMedia Soft

TagEx property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Overridable Property TagEx As String

 

[C#]

public virtual string TagEx {get; set;}

 

[C++]

public: __property virtual String* get_TagEx();

public: __property virtual void set_TagEx(String*);

 

 

Remarks

Expression that stores any extra data needed for your program: it emulates the Tag property of Visual Basic 6 that is not found in other development environments.

You can use this property to assign an identification string to an object without affecting any of its other property settings or causing side effects.