An NDoc Documented Class Library

ControlExtenderAttribute Constructor 

Initialize a new instance.

[Visual Basic]
Public Sub New( _ 
   ByVal Type As Type, _ 
   ByVal ParamArray String[] As String() _ 
)
[C#]
public ControlExtenderAttribute(
   Type Type,
   params string[] String[]
);
[C++]
public: ControlExtenderAttribute(
   Type* Type,
   String* String[] __gc[]
);
[JScript]
public function ControlExtenderAttribute(
   Type Type,
   String[] String[]
);

Parameters

forControlType
The control type to bind with.
twoWayPropertyNames
Names of prooerties on the control that are for two-way binding.

See Also

ControlExtenderAttribute Class | AqDWeb.Attributes Namespace