Click or drag to resize

BCExtensionCommandItemTag Property

Gets or sets the arbitrary object value that can be used to store custom information about this element.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Design
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
[DefaultValueAttribute(null)]
[TypeConverterAttribute(typeof(StringConverter))]
public Object Tag { get; set; }

Property Value

Type: Object
See Also