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.CreateInnerCheckBox

Create the inner control that is rendered when the control has a label

[Visual Basic]
Overridable Protected Function CreateInnerCheckBox() As CheckBox
[C#]
protected virtual CheckBox CreateInnerCheckBox();
[C++]
protected: virtual CheckBox* CreateInnerCheckBox();
[JScript]
protected function CreateInnerCheckBox() : CheckBox;

See Also

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