SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : Tag Property |
'Declaration
<System.ComponentModel.LocalizableAttribute(False)> <SRCategoryAttribute("Data")> <System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)> <SRDescriptionAttribute("User-defined data associated with the object.")> <System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.TypeConverterAttribute("System.ComponentModel.StringConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")> Public Property Tag As System.Object
'Usage
Dim instance As WorkbookDesigner Dim value As System.Object instance.Tag = value value = instance.Tag
[System.ComponentModel.Localizable(false)] [SRCategory("Data")] [System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)] [SRDescription("User-defined data associated with the object.")] [System.ComponentModel.DefaultValue()] [System.ComponentModel.TypeConverter("System.ComponentModel.StringConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] public System.object Tag {get; set;}
public read-write property Tag: System.TObject;
System.ComponentModel.LocalizableAttribute() SRCategoryAttribute("Data") System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay) SRDescriptionAttribute("User-defined data associated with the object.") System.ComponentModel.DefaultValueAttribute() System.ComponentModel.TypeConverterAttribute("System.ComponentModel.StringConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089") public function get,set Tag : System.Object
[System.ComponentModel.Localizable(false)] [SRCategory("Data")] [System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)] [SRDescription("User-defined data associated with the object.")] [System.ComponentModel.DefaultValue()] [System.ComponentModel.TypeConverter("System.ComponentModel.StringConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] public: __property System.Object* get_Tag(); public: __property void set_Tag( System.Object* value );
[System.ComponentModel.Localizable(false)] [SRCategory("Data")] [System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)] [SRDescription("User-defined data associated with the object.")] [System.ComponentModel.DefaultValue()] [System.ComponentModel.TypeConverter("System.ComponentModel.StringConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] public: property System.Object^ Tag { System.Object^ get(); void set ( System.Object^ value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2