NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CheckBox.AddAttributesToInputTag

Render type, name, checked, base attributes. Render onclick for postback if AutoPostBack is true.

[Visual Basic]
Overridable Protected Sub AddAttributesToInputTag( _
   ByVal inputTag As WebControl _
)
[C#]
protected virtual void AddAttributesToInputTag(
   WebControl inputTag
);
[C++]
protected: virtual void AddAttributesToInputTag(
   WebControl* inputTag
);
[JScript]
protected function AddAttributesToInputTag(
   inputTag : WebControl
);

Parameters

inputTag
[To be supplied.]

See Also

CheckBox Class | CheckBox Members | System.Web.UI.WebControls Namespace