System.Web.UI.WebControls.CheckBoxField.GetDesignTimeValue C# (CSharp) Method

GetDesignTimeValue() protected method

protected GetDesignTimeValue ( ) : object
return object
		protected override object GetDesignTimeValue ()
		{
			return true;
		}