System.Web.UI.WebControls.CheckBox.TrackViewState C# (CSharp) Method

TrackViewState() protected method

protected TrackViewState ( ) : void
return void
		protected override void TrackViewState ()
		{
			base.TrackViewState();
			if (inputAttributesState != null)
				inputAttributesState.TrackViewState ();
			if (labelAttributesState != null)
				labelAttributesState.TrackViewState ();
		}
#endif