Dart.PowerWEB.TextBox Namespace > HtmlBox Class : Tag Property |
Gets or sets a convertible object that contains data about the control.
[Visual Basic]
<BrowsableAttribute(False)>
Public Property Tag As Object
[C#]
[BrowsableAttribute(false)]
public object Tag {get; set;}
[C++]
[BrowsableAttribute(false)]
public: __property Object* get_Tag();
public: __property void set_Tag(
Object* value
);
[C++/CLI]
[BrowsableAttribute(false)]
public:
property Object^ Tag {
Object^ get();
void set (Object^ value);
}
An object that implements the IConvertible interface and contains data about the PowerWEB control. The default is a null reference (Nothing in Visual Basic).
Any type that implements IConvertible can be assigned to this property. If the Tag property is set through the Windows Forms designer, only text can be assigned.
Data contained within the Tag property persists across callbacks. A common use for the Tag property is to store data that is closely associated with the control.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.