/// <summary> /// Verfiy whether the check box all disabled /// </summary> public Boolean AreCheckBoxOptionDisabled() { return(CustomerMapInfoCheckBoxField.IsAllItemDisabled()); }