RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

AspChildControlTypeAttribute Constructor

Initializes a new instance of the AspChildControlTypeAttribute class.

Namespace:  RingSoft.DbLookup.Controls.WPF.Properties
Assembly:  RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)

Syntax


public AspChildControlTypeAttribute(
	string tagName,
	Type controlType
)
Public Sub New ( _
	tagName As String, _
	controlType As Type _
)
public:
AspChildControlTypeAttribute(
	String^ tagName, 
	Type^ controlType
)

Parameters

tagName
Type: String
Name of the tag.
controlType
Type: Type
Type of the control.