Click or drag to resize

ControlTagAttribute Constructor

Initializes a new instance of the ControlTagAttribute class

Namespace:  CodeStack.SwEx.PMPage.Attributes
Assembly:  CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax
public ControlTagAttribute(
	Object tag
)

Parameters

tag
Type: SystemObject
Tag which should be associated with the control created for this property. It is recommended to use enumerator or string as a tag
See Also