TargetControlTypeAttribute(Type) Constructor

Definition

Initializes a new instance of the TargetControlTypeAttribute class.

public:
 TargetControlTypeAttribute(Type ^ targetControlType);
public TargetControlTypeAttribute (Type targetControlType);
new System.Web.UI.TargetControlTypeAttribute : Type -> System.Web.UI.TargetControlTypeAttribute
Public Sub New (targetControlType As Type)

Parameters

targetControlType
Type

The type of the target control.

Exceptions

targetControlType is null.

Applies to